Html Css Color HEX #C6BA5B Tacha

📋 copy color: '#C6BA5B'

red 198 ◦ green 186 ◦ blue 91

#C6BA5B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacha #C6BA5B

Tints of Tacha #C6BA5B

RGB

 RED value IS 198 (77.73% from 255) = 41.68%

 GREEN value IS 186 (73.05% from 255) = 39.16%

 BLUE value IS 91 (35.94% from 255) = 19.16%

R = 41.68%
G = 39.16%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6BA5B (or 0xC6BA5B) is known color: Tacha. HEX triplet: C6, BA and 5B. RGB value is (198,186,91). Sum of RGB (Red+Green+Blue) = 198+186+91=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BA5B is #3945A4. Grayscale: #B3B3B3. Windows color (decimal): -3753381 or 6011590. OLE color: 6011590.

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

Color convert

RGB 198 186 91 -
CMYK 0 0.06 0.54 0.22
HSL 53.27º 0.48% 0.57% -
HSV(B) 53.27º 0.54% 0.78% -
XYZ 42.74 47.88 16.89 -
YUV 178.76 78.48 141.72 -
System Red Green Blue C M Y K H S L
Decimal 198 186 91 0 0.06 0.54 0.22 53.27 0.48 0.57
Hex C6 BA 5B 0 6 36 16 35 30 39
Octal 306 272 133 0 6 66 26 65 60 71
Binary 11000110 10111010 1011011 0 110 110110 10110 110101 110000 111001

Color Harmonies of #C6BA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BA5B

Black with #C6BA5B

Text Example


Text Example

White with #C6BA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BA5B; }

 p { color: rgb(198,186,91); }

 H1.HeaderClassName
 {
   color: #C6BA5B;
 }
 .AnyTagClassName
 {
   color: #C6BA5B;
 }
</style>

background-color css

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

 a { background-color: rgb(198,186,91); }

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

border-color css

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

 span { border-color: rgb(198,186,91); }

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