Html Css Color HEX #C6BC54 Tacha

📋 copy color: '#C6BC54'

red 198 ◦ green 188 ◦ blue 84

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

Shades of Tacha #C6BC54

Tints of Tacha #C6BC54

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40%

 BLUE value IS 84 (33.2% from 255) = 17.87%

R = 42.13%
G = 40%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C6BC54 (or 0xC6BC54) is known color: Tacha. HEX triplet: C6, BC and 54. RGB value is (198,188,84). Sum of RGB (Red+Green+Blue) = 198+188+84=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 84 (33.20% from 255 or 17.87% from 470); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BC54 is #3943AB. Grayscale: #B3B3B3. Windows color (decimal): -3752876 or 5553350. OLE color: 5553350.

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

Color convert

RGB 198 188 84 -
CMYK 0 0.05 0.58 0.22
HSL 54.74º 0.5% 0.55% -
HSV(B) 54.74º 0.58% 0.78% -
XYZ 42.87 48.61 15.51 -
YUV 179.13 74.31 141.46 -
System Red Green Blue C M Y K H S L
Decimal 198 188 84 0 0.05 0.58 0.22 54.74 0.5 0.55
Hex C6 BC 54 0 5 3A 16 37 32 37
Octal 306 274 124 0 5 72 26 67 62 67
Binary 11000110 10111100 1010100 0 101 111010 10110 110111 110010 110111

Color Harmonies of #C6BC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BC54

Black with #C6BC54

Text Example


Text Example

White with #C6BC54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BC54; }

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

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

background-color css

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

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

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

border-color css

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

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

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