#C6BB54

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

Shades of Tacha #C6BB54

Tints of Tacha #C6BB54

Color information

#C6BB54 (or 0xC6BB54) is unknown color: approx Tacha. HEX triplet: C6, BB and 54. RGB value is (198,187,84). Sum of RGB (Red+Green+Blue) = 198+187+84=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 84 (33.20% from 255 or 17.91% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BB54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BB54 is #3944AB. Grayscale: #B2B2B2. Windows color (decimal): -3753132 or 5553094. OLE color: 5553094.

HSL color Cylindrical-coordinate representation of color #C6BB54: hue angle of 54.21º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C6BB54 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB19818784-
CMYK00.060.580.22
HSL54.21º50%55.29%-
HSV(B)54.21º57.58%77.65%-
XYZ42.6648.1915.44-
YUV178.5574.64141.88-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.22%
GREEN value IS 187 (73.44% from 255) = 39.87%
BLUE value IS 84 (33.20% from 255) = 17.91%
R=42.22%
G=39.87%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981878400.060.580.2254.215055.29
HexC6BB54063A16363237
Octal306273124067226666267
Binary11000110101110111010100011011101010110110110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BB54; }

 p { color: rgb(198,187,84); }

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

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

 a { background-color: rgb(198,187,84); }

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

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

 span { border-color: rgb(198,187,84); }

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