#B8C81D

Color #B8C81D Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #B8C81D

Tints of Rio Grande #B8C81D

Color information

#B8C81D (or 0xB8C81D) is unknown color: approx Rio Grande. HEX triplet: B8, C8 and 1D. RGB value is (184,200,29). Sum of RGB (Red+Green+Blue) = 184+200+29=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 200 (78.52% from 255 or 48.43% from 413); Blue value is 29 (11.72% from 255 or 7.02% from 413); Max value from RGB is 200 - color contains mainly: green. Hex color #B8C81D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C81D is #4737E2. Grayscale: #B0B0B0. Windows color (decimal): -4667363 or 1951928. OLE color: 1951928.

HSL color Cylindrical-coordinate representation of color #B8C81D: hue angle of 65.61º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8C81D is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB18420029-
CMYK0.0800.860.22
HSL65.61º74.67%44.9%-
HSV(B)65.61º85.5%78.43%-
XYZ40.6451.598.98-
YUV175.7245.2133.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 44.55%
GREEN value IS 200 (78.52% from 255) = 48.43%
BLUE value IS 29 (11.72% from 255) = 7.02%
R=44.55%
G=48.43%
B=7.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal184200290.0800.860.2265.6174.6744.9
HexB8C81D805616424b2d
Octal270310351001262610211355
Binary1011100011001000111011000010101101011010000101001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C81D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C81D; }

 p { color: rgb(184,200,29); }

 H1.HeaderClassName
 {
   color: #B8C81D;
 }
 .AnyTagClassName
 {
   color: #B8C81D;
 }
</style>
background-color css

<style>
 a { background-color: #B8C81D; }

 a { background-color: rgb(184,200,29); }

 div.DivClassName
 {
   background-color: #B8C81D;
 }
 .BgClassName
 {
   background-color: #B8C81D;
 }
</style>
border-color css

<style>
 span { border-color: #B8C81D; }

 span { border-color: rgb(184,200,29); }

 td.TdClassName
 {
   border-color: #B8C81D;
 }
 .TagClassName
 {
   border-color: #B8C81D;
 }
</style>