#C6BB5A

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

Shades of Tacha #C6BB5A

Tints of Tacha #C6BB5A

Color information

#C6BB5A (or 0xC6BB5A) is unknown color: approx Tacha. HEX triplet: C6, BB and 5A. RGB value is (198,187,90). Sum of RGB (Red+Green+Blue) = 198+187+90=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 90 (35.55% from 255 or 18.95% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BB5A is #3944A5. Grayscale: #B3B3B3. Windows color (decimal): -3753126 or 5946310. OLE color: 5946310.

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

Color convert

RGB19818790-
CMYK00.060.550.22
HSL53.89º48.65%56.47%-
HSV(B)53.89º54.55%77.65%-
XYZ42.948.2816.73-
YUV179.2377.64141.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.68%
GREEN value IS 187 (73.44% from 255) = 39.37%
BLUE value IS 90 (35.55% from 255) = 18.95%
R=41.68%
G=39.37%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981879000.060.550.2253.8948.6556.47
HexC6BB5A063716363138
Octal306273132066726666170
Binary11000110101110111011010011011011110110110110110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BB5A; }

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

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

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

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

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

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

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

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