#B8BD21

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

Shades of Rio Grande #B8BD21

Tints of Rio Grande #B8BD21

Color information

#B8BD21 (or 0xB8BD21) is unknown color: approx Rio Grande. HEX triplet: B8, BD and 21. RGB value is (184,189,33). Sum of RGB (Red+Green+Blue) = 184+189+33=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 33 (13.28% from 255 or 8.13% from 406); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BD21 is #4742DE. Grayscale: #AAAAAA. Windows color (decimal): -4670175 or 2211256. OLE color: 2211256.

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

Color convert

RGB18418933-
CMYK0.0300.830.26
HSL61.92º70.27%43.53%-
HSV(B)61.92º82.54%74.12%-
XYZ38.2446.78.44-
YUV169.7250.84138.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.32%
GREEN value IS 189 (74.22% from 255) = 46.55%
BLUE value IS 33 (13.28% from 255) = 8.13%
R=45.32%
G=46.55%
B=8.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal184189330.0300.830.2661.9270.2743.53
HexB8BD2130531A3e462c
Octal2702754130123327610654
Binary10111000101111011000011101010011110101111101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BD21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BD21; }

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

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

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

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

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

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

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

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