#C0BD21

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

Shades of Rio Grande #C0BD21

Tints of Rio Grande #C0BD21

Color information

#C0BD21 (or 0xC0BD21) is unknown color: approx Rio Grande. HEX triplet: C0, BD and 21. RGB value is (192,189,33). Sum of RGB (Red+Green+Blue) = 192+189+33=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 33 (13.28% from 255 or 7.97% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BD21 is #3F42DE. Grayscale: #ACACAC. Windows color (decimal): -4145887 or 2211264. OLE color: 2211264.

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

Color convert

RGB19218933-
CMYK00.020.830.25
HSL58.87º70.67%44.12%-
HSV(B)58.87º82.81%75.29%-
XYZ40.2147.718.53-
YUV172.1149.49142.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.38%
GREEN value IS 189 (74.22% from 255) = 45.65%
BLUE value IS 33 (13.28% from 255) = 7.97%
R=46.38%
G=45.65%
B=7.97%

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
Decimal1921893300.020.830.2558.8770.6744.12
HexC0BD210253193b472c
Octal3002754102123317310754
Binary11000000101111011000010101010011110011110111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BD21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BD21; }

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

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

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

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

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

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

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

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