#C5B84B

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

Shades of Sundance #C5B84B

Tints of Sundance #C5B84B

Color information

#C5B84B (or 0xC5B84B) is unknown color: approx Sundance. HEX triplet: C5, B8 and 4B. RGB value is (197,184,75). Sum of RGB (Red+Green+Blue) = 197+184+75=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 75 (29.69% from 255 or 16.45% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B84B is #3A47B4. Grayscale: #AFAFAF. Windows color (decimal): -3819445 or 4962501. OLE color: 4962501.

HSL color Cylindrical-coordinate representation of color #C5B84B: hue angle of 53.61º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5B84B is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB19718475-
CMYK00.070.620.23
HSL53.61º51.26%53.33%-
HSV(B)53.61º61.93%77.25%-
XYZ41.4446.6613.48-
YUV175.4671.31143.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.20%
GREEN value IS 184 (72.27% from 255) = 40.35%
BLUE value IS 75 (29.69% from 255) = 16.45%
R=43.20%
G=40.35%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971847500.070.620.2353.6151.2653.33
HexC5B84B073E17363335
Octal305270113077627666365
Binary11000101101110001001011011111111010111110110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B84B; }

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

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

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

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

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

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

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

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