Html Css Color HEX #C5B85B Tacha

📋 copy color: '#C5B85B'

red 197 ◦ green 184 ◦ blue 91

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

Shades of Tacha #C5B85B

Tints of Tacha #C5B85B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.98%

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

R = 41.74%
G = 38.98%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5B85B (or 0xC5B85B) is known color: Tacha. HEX triplet: C5, B8 and 5B. RGB value is (197,184,91). Sum of RGB (Red+Green+Blue) = 197+184+91=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 91 (35.94% from 255 or 19.28% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B85B is #3A47A4. Grayscale: #B1B1B1. Windows color (decimal): -3819429 or 6011077. OLE color: 6011077.

HSL color Cylindrical-coordinate representation of color #C5B85B: hue angle of 52.64º 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 #C5B85B is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 184 91 -
CMYK 0 0.07 0.54 0.23
HSL 52.64º 0.48% 0.56% -
HSV(B) 52.64º 0.54% 0.77% -
XYZ 42.05 46.91 16.73 -
YUV 177.29 79.31 142.06 -
System Red Green Blue C M Y K H S L
Decimal 197 184 91 0 0.07 0.54 0.23 52.64 0.48 0.56
Hex C5 B8 5B 0 7 36 17 35 30 38
Octal 305 270 133 0 7 66 27 65 60 70
Binary 11000101 10111000 1011011 0 111 110110 10111 110101 110000 111000

Color Harmonies of #C5B85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B85B

Black with #C5B85B

Text Example


Text Example

White with #C5B85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B85B; }

 p { color: rgb(197,184,91); }

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

background-color css

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

 a { background-color: rgb(197,184,91); }

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

border-color css

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

 span { border-color: rgb(197,184,91); }

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