#C0B84B

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

Shades of Sundance #C0B84B

Tints of Sundance #C0B84B

Color information

#C0B84B (or 0xC0B84B) is unknown color: approx Sundance. HEX triplet: C0, B8 and 4B. RGB value is (192,184,75). Sum of RGB (Red+Green+Blue) = 192+184+75=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 75 (29.69% from 255 or 16.63% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B84B is #3F47B4. Grayscale: #AEAEAE. Windows color (decimal): -4147125 or 4962496. OLE color: 4962496.

HSL color Cylindrical-coordinate representation of color #C0B84B: hue angle of 55.9º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0B84B is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB19218475-
CMYK00.040.610.25
HSL55.9º48.15%52.35%-
HSV(B)55.9º60.94%75.29%-
XYZ40.154613.42-
YUV173.9772.15140.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.57%
GREEN value IS 184 (72.27% from 255) = 40.80%
BLUE value IS 75 (29.69% from 255) = 16.63%
R=42.57%
G=40.80%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921847500.040.610.2555.948.1552.35
HexC0B84B043D19383034
Octal300270113047531706064
Binary11000000101110001001011010011110111001111000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B84B; }

 p { color: rgb(192,184,75); }

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

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

 a { background-color: rgb(192,184,75); }

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

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

 span { border-color: rgb(192,184,75); }

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