#BDBF22

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

Shades of Rio Grande #BDBF22

Tints of Rio Grande #BDBF22

Color information

#BDBF22 (or 0xBDBF22) is unknown color: approx Rio Grande. HEX triplet: BD, BF and 22. RGB value is (189,191,34). Sum of RGB (Red+Green+Blue) = 189+191+34=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 191 (75% from 255 or 46.14% from 414); Blue value is 34 (13.67% from 255 or 8.21% from 414); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBF22 is #4240DD. Grayscale: #ADADAD. Windows color (decimal): -4341982 or 2277309. OLE color: 2277309.

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

Color convert

RGB18919134-
CMYK0.0100.820.25
HSL60.76º69.78%44.12%-
HSV(B)60.76º82.2%74.9%-
XYZ39.9148.28.71-
YUV172.549.84139.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.65%
GREEN value IS 191 (75% from 255) = 46.14%
BLUE value IS 34 (13.67% from 255) = 8.21%
R=45.65%
G=46.14%
B=8.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189191340.0100.820.2560.7669.7844.12
HexBDBF221052193d462c
Octal2752774210122317510654
Binary1011110110111111100010101010010110011111011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBF22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBF22; }

 p { color: rgb(189,191,34); }

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

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

 a { background-color: rgb(189,191,34); }

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

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

 span { border-color: rgb(189,191,34); }

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