#B8D211

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

Shades of Rio Grande #B8D211

Tints of Rio Grande #B8D211

Color information

#B8D211 (or 0xB8D211) is unknown color: approx Rio Grande. HEX triplet: B8, D2 and 11. RGB value is (184,210,17). Sum of RGB (Red+Green+Blue) = 184+210+17=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 210 (82.42% from 255 or 51.09% from 411); Blue value is 17 (7.03% from 255 or 4.14% from 411); Max value from RGB is 210 - color contains mainly: green. Hex color #B8D211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D211 is #472DEE. Grayscale: #B4B4B4. Windows color (decimal): -4664815 or 1168056. OLE color: 1168056.

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

Color convert

RGB18421017-
CMYK0.1200.920.18
HSL68.08º85.02%44.51%-
HSV(B)68.08º91.9%82.35%-
XYZ42.9156.329.14-
YUV180.2235.89130.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.77%
GREEN value IS 210 (82.42% from 255) = 51.09%
BLUE value IS 17 (7.03% from 255) = 4.14%
R=44.77%
G=51.09%
B=4.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal184210170.1200.920.1868.0885.0244.51
HexB8D211C05C1244552d
Octal270322211401342210412555
Binary1011100011010010100011100010111001001010001001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D211; }

 p { color: rgb(184,210,17); }

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

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

 a { background-color: rgb(184,210,17); }

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

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

 span { border-color: rgb(184,210,17); }

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