#BDCF22

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

Shades of Rio Grande #BDCF22

Tints of Rio Grande #BDCF22

Color information

#BDCF22 (or 0xBDCF22) is unknown color: approx Rio Grande. HEX triplet: BD, CF and 22. RGB value is (189,207,34). Sum of RGB (Red+Green+Blue) = 189+207+34=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 34 (13.67% from 255 or 7.91% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCF22 is #4230DD. Grayscale: #B6B6B6. Windows color (decimal): -4337886 or 2281405. OLE color: 2281405.

HSL color Cylindrical-coordinate representation of color #BDCF22: hue angle of 66.24º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDCF22 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB18920734-
CMYK0.0900.840.19
HSL66.24º71.78%47.25%-
HSV(B)66.24º83.57%81.18%-
XYZ43.5955.569.94-
YUV181.944.54133.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.95%
GREEN value IS 207 (81.25% from 255) = 48.14%
BLUE value IS 34 (13.67% from 255) = 7.91%
R=43.95%
G=48.14%
B=7.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal189207340.0900.840.1966.2471.7847.25
HexBDCF2290541342482f
Octal275317421101242310211057
Binary10111101110011111000101001010101001001110000101001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCF22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCF22; }

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

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

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

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

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

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

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

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