#C0BF2A

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

Shades of Rio Grande #C0BF2A

Tints of Rio Grande #C0BF2A

Color information

#C0BF2A (or 0xC0BF2A) is unknown color: approx Rio Grande. HEX triplet: C0, BF and 2A. RGB value is (192,191,42). Sum of RGB (Red+Green+Blue) = 192+191+42=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 42 (16.80% from 255 or 9.88% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BF2A is #3F40D5. Grayscale: #AEAEAE. Windows color (decimal): -4145366 or 2801600. OLE color: 2801600.

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

Color convert

RGB19219142-
CMYK00.010.780.25
HSL59.6º64.1%45.88%-
HSV(B)59.6º78.12%75.29%-
XYZ40.7948.649.43-
YUV174.3153.33140.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.18%
GREEN value IS 191 (75% from 255) = 44.94%
BLUE value IS 42 (16.80% from 255) = 9.88%
R=45.18%
G=44.94%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921914200.010.780.2559.664.145.88
HexC0BF2A014E193c402e
Octal3002775201116317410056
Binary1100000010111111101010011001110110011111001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BF2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BF2A; }

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

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

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

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

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

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

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

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