#C0BC21

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

Shades of Rio Grande #C0BC21

Tints of Rio Grande #C0BC21

Color information

#C0BC21 (or 0xC0BC21) is unknown color: approx Rio Grande. HEX triplet: C0, BC and 21. RGB value is (192,188,33). Sum of RGB (Red+Green+Blue) = 192+188+33=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 33 (13.28% from 255 or 7.99% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BC21 is #3F43DE. Grayscale: #ACACAC. Windows color (decimal): -4146143 or 2211008. OLE color: 2211008.

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

Color convert

RGB19218833-
CMYK00.020.830.25
HSL58.49º70.67%44.12%-
HSV(B)58.49º82.81%75.29%-
XYZ4047.288.46-
YUV171.5349.83142.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.49%
GREEN value IS 188 (73.83% from 255) = 45.52%
BLUE value IS 33 (13.28% from 255) = 7.99%
R=46.49%
G=45.52%
B=7.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921883300.020.830.2558.4970.6744.12
HexC0BC210253193a472c
Octal3002744102123317210754
Binary11000000101111001000010101010011110011110101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BC21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BC21; }

 p { color: rgb(192,188,33); }

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

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

 a { background-color: rgb(192,188,33); }

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

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

 span { border-color: rgb(192,188,33); }

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