#B8D11F

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

Shades of Rio Grande #B8D11F

Tints of Rio Grande #B8D11F

Color information

#B8D11F (or 0xB8D11F) is unknown color: approx Rio Grande. HEX triplet: B8, D1 and 1F. RGB value is (184,209,31). Sum of RGB (Red+Green+Blue) = 184+209+31=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 209 (82.03% from 255 or 49.29% from 424); Blue value is 31 (12.5% from 255 or 7.31% from 424); Max value from RGB is 209 - color contains mainly: green. Hex color #B8D11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D11F is #472EE0. Grayscale: #B5B5B5. Windows color (decimal): -4665057 or 2085304. OLE color: 2085304.

HSL color Cylindrical-coordinate representation of color #B8D11F: hue angle of 68.43º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8D11F is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB18420931-
CMYK0.1200.850.18
HSL68.43º74.17%47.06%-
HSV(B)68.43º85.17%81.96%-
XYZ42.8155.899.83-
YUV181.2343.22129.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.40%
GREEN value IS 209 (82.03% from 255) = 49.29%
BLUE value IS 31 (12.5% from 255) = 7.31%
R=43.40%
G=49.29%
B=7.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal184209310.1200.850.1868.4374.1747.06
HexB8D11FC05512444a2f
Octal270321371401252210411257
Binary1011100011010001111111100010101011001010001001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D11F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D11F; }

 p { color: rgb(184,209,31); }

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

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

 a { background-color: rgb(184,209,31); }

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

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

 span { border-color: rgb(184,209,31); }

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