#C0BF20

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

Shades of Rio Grande #C0BF20

Tints of Rio Grande #C0BF20

Color information

#C0BF20 (or 0xC0BF20) is unknown color: approx Rio Grande. HEX triplet: C0, BF and 20. RGB value is (192,191,32). Sum of RGB (Red+Green+Blue) = 192+191+32=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 32 (12.89% from 255 or 7.71% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BF20 is #3F40DF. Grayscale: #ADADAD. Windows color (decimal): -4145376 or 2146240. OLE color: 2146240.

HSL color Cylindrical-coordinate representation of color #C0BF20: hue angle of 59.62º degrees, saturation: 0.71, 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 #C0BF20 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB19219132-
CMYK00.010.830.25
HSL59.62º71.43%43.92%-
HSV(B)59.62º83.33%75.29%-
XYZ40.6348.578.6-
YUV173.1748.33141.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.27%
GREEN value IS 191 (75% from 255) = 46.02%
BLUE value IS 32 (12.89% from 255) = 7.71%
R=46.27%
G=46.02%
B=7.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921913200.010.830.2559.6271.4343.92
HexC0BF200153193c472c
Octal3002774001123317410754
Binary1100000010111111100000011010011110011111001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BF20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BF20; }

 p { color: rgb(192,191,32); }

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

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

 a { background-color: rgb(192,191,32); }

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

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

 span { border-color: rgb(192,191,32); }

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