#B8BD18

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

Shades of Rio Grande #B8BD18

Tints of Rio Grande #B8BD18

Color information

#B8BD18 (or 0xB8BD18) is unknown color: approx Rio Grande. HEX triplet: B8, BD and 18. RGB value is (184,189,24). Sum of RGB (Red+Green+Blue) = 184+189+24=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8BD18 is #4742E7. Grayscale: #A9A9A9. Windows color (decimal): -4670184 or 1621432. OLE color: 1621432.

HSL color Cylindrical-coordinate representation of color #B8BD18: hue angle of 61.82º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B8BD18 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB18418924-
CMYK0.0300.870.26
HSL61.82º77.46%41.76%-
HSV(B)61.82º87.3%74.12%-
XYZ38.1346.657.86-
YUV168.746.34138.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.35%
GREEN value IS 189 (74.22% from 255) = 47.61%
BLUE value IS 24 (9.77% from 255) = 6.05%
R=46.35%
G=47.61%
B=6.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal184189240.0300.870.2661.8277.4641.76
HexB8BD1830571A3e4d2a
Octal2702753030127327611552
Binary1011100010111101110001101010111110101111101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BD18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BD18; }

 p { color: rgb(184,189,24); }

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

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

 a { background-color: rgb(184,189,24); }

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

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

 span { border-color: rgb(184,189,24); }

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