Html Css Color HEX #C5BC5A Tacha

📋 copy color: '#C5BC5A'

red 197 ◦ green 188 ◦ blue 90

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

Shades of Tacha #C5BC5A

Tints of Tacha #C5BC5A

RGB

 RED value IS 197 (77.34% from 255) = 41.47%

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

 BLUE value IS 90 (35.55% from 255) = 18.95%

R = 41.47%
G = 39.58%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5BC5A (or 0xC5BC5A) is known color: Tacha. HEX triplet: C5, BC and 5A. RGB value is (197,188,90). Sum of RGB (Red+Green+Blue) = 197+188+90=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 90 (35.55% from 255 or 18.95% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BC5A is #3A43A5. Grayscale: #B3B3B3. Windows color (decimal): -3818406 or 5946565. OLE color: 5946565.

HSL color Cylindrical-coordinate representation of color #C5BC5A: hue angle of 54.95º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5BC5A is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 188 90 -
CMYK 0 0.05 0.54 0.23
HSL 54.95º 0.48% 0.56% -
HSV(B) 54.95º 0.54% 0.77% -
XYZ 42.85 48.57 16.79 -
YUV 179.52 77.48 140.47 -
System Red Green Blue C M Y K H S L
Decimal 197 188 90 0 0.05 0.54 0.23 54.95 0.48 0.56
Hex C5 BC 5A 0 5 36 17 37 30 38
Octal 305 274 132 0 5 66 27 67 60 70
Binary 11000101 10111100 1011010 0 101 110110 10111 110111 110000 111000

Color Harmonies of #C5BC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BC5A

Black with #C5BC5A

Text Example


Text Example

White with #C5BC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BC5A; }

 p { color: rgb(197,188,90); }

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

background-color css

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

 a { background-color: rgb(197,188,90); }

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

border-color css

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

 span { border-color: rgb(197,188,90); }

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