#C2BA4B

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

Shades of Sundance #C2BA4B

Tints of Sundance #C2BA4B

Color information

#C2BA4B (or 0xC2BA4B) is unknown color: approx Sundance. HEX triplet: C2, BA and 4B. RGB value is (194,186,75). Sum of RGB (Red+Green+Blue) = 194+186+75=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 75 (29.69% from 255 or 16.48% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BA4B is #3D45B4. Grayscale: #B0B0B0. Windows color (decimal): -4015541 or 4963010. OLE color: 4963010.

HSL color Cylindrical-coordinate representation of color #C2BA4B: hue angle of 55.97º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2BA4B is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB19418675-
CMYK00.040.610.24
HSL55.97º49.38%52.75%-
HSV(B)55.97º61.34%76.08%-
XYZ41.0847.113.58-
YUV175.7471.15141.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.64%
GREEN value IS 186 (73.05% from 255) = 40.88%
BLUE value IS 75 (29.69% from 255) = 16.48%
R=42.64%
G=40.88%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941867500.040.610.2455.9749.3852.75
HexC2BA4B043D18383135
Octal302272113047530706165
Binary11000010101110101001011010011110111000111000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BA4B; }

 p { color: rgb(194,186,75); }

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

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

 a { background-color: rgb(194,186,75); }

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

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

 span { border-color: rgb(194,186,75); }

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