#BCBF22

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

Shades of Rio Grande #BCBF22

Tints of Rio Grande #BCBF22

Color information

#BCBF22 (or 0xBCBF22) is unknown color: approx Rio Grande. HEX triplet: BC, BF and 22. RGB value is (188,191,34). Sum of RGB (Red+Green+Blue) = 188+191+34=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 34 (13.67% from 255 or 8.23% from 413); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBF22 is #4340DD. Grayscale: #ACACAC. Windows color (decimal): -4407518 or 2277308. OLE color: 2277308.

HSL color Cylindrical-coordinate representation of color #BCBF22: hue angle of 61.15º 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 #BCBF22 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB18819134-
CMYK0.0200.820.25
HSL61.15º69.78%44.12%-
HSV(B)61.15º82.2%74.9%-
XYZ39.6648.078.7-
YUV172.250.01139.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.52%
GREEN value IS 191 (75% from 255) = 46.25%
BLUE value IS 34 (13.67% from 255) = 8.23%
R=45.52%
G=46.25%
B=8.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188191340.0200.820.2561.1569.7844.12
HexBCBF222052193d462c
Octal2742774220122317510654
Binary10111100101111111000101001010010110011111011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBF22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBF22; }

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

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

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

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

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

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

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

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