#BDBE21

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

Shades of Rio Grande #BDBE21

Tints of Rio Grande #BDBE21

Color information

#BDBE21 (or 0xBDBE21) is unknown color: approx Rio Grande. HEX triplet: BD, BE and 21. RGB value is (189,190,33). Sum of RGB (Red+Green+Blue) = 189+190+33=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 33 (13.28% from 255 or 8.01% from 412); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBE21 is #4241DE. Grayscale: #ACACAC. Windows color (decimal): -4342239 or 2211517. OLE color: 2211517.

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

Color convert

RGB18919033-
CMYK0.0100.830.25
HSL60.38º70.4%43.73%-
HSV(B)60.38º82.63%74.51%-
XYZ39.6747.768.57-
YUV171.849.67140.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.87%
GREEN value IS 190 (74.61% from 255) = 46.12%
BLUE value IS 33 (13.28% from 255) = 8.01%
R=45.87%
G=46.12%
B=8.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189190330.0100.830.2560.3870.443.73
HexBDBE211053193c462c
Octal2752764110123317410654
Binary1011110110111110100001101010011110011111001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBE21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBE21; }

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

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

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

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

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

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

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

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