#C5BB4B

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

Shades of Sundance #C5BB4B

Tints of Sundance #C5BB4B

Color information

#C5BB4B (or 0xC5BB4B) is unknown color: approx Sundance. HEX triplet: C5, BB and 4B. RGB value is (197,187,75). Sum of RGB (Red+Green+Blue) = 197+187+75=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BB4B is #3A44B4. Grayscale: #B1B1B1. Windows color (decimal): -3818677 or 4963269. OLE color: 4963269.

HSL color Cylindrical-coordinate representation of color #C5BB4B: hue angle of 55.08º 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 #C5BB4B is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB19718775-
CMYK00.050.620.23
HSL55.08º51.26%53.33%-
HSV(B)55.08º61.93%77.25%-
XYZ42.0747.9213.69-
YUV177.2270.31142.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.92%
GREEN value IS 187 (73.44% from 255) = 40.74%
BLUE value IS 75 (29.69% from 255) = 16.34%
R=42.92%
G=40.74%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971877500.050.620.2355.0851.2653.33
HexC5BB4B053E17373335
Octal305273113057627676365
Binary11000101101110111001011010111111010111110111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BB4B; }

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

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

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

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

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

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

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

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