Html Css Color HEX #C5B65B Tacha

📋 copy color: '#C5B65B'

red 197 ◦ green 182 ◦ blue 91

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

Shades of Tacha #C5B65B

Tints of Tacha #C5B65B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.72%

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

R = 41.91%
G = 38.72%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5B65B (or 0xC5B65B) is known color: Tacha. HEX triplet: C5, B6 and 5B. RGB value is (197,182,91). Sum of RGB (Red+Green+Blue) = 197+182+91=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 182 (71.48% from 255 or 38.72% from 470); Blue value is 91 (35.94% from 255 or 19.36% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B65B is #3A49A4. Grayscale: #B0B0B0. Windows color (decimal): -3819941 or 6010565. OLE color: 6010565.

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

Color convert

RGB 197 182 91 -
CMYK 0 0.08 0.54 0.23
HSL 51.51º 0.48% 0.56% -
HSV(B) 51.51º 0.54% 0.77% -
XYZ 41.64 46.08 16.6 -
YUV 176.11 79.97 142.9 -
System Red Green Blue C M Y K H S L
Decimal 197 182 91 0 0.08 0.54 0.23 51.51 0.48 0.56
Hex C5 B6 5B 0 8 36 17 34 30 38
Octal 305 266 133 0 10 66 27 64 60 70
Binary 11000101 10110110 1011011 0 1000 110110 10111 110100 110000 111000

Color Harmonies of #C5B65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B65B

Black with #C5B65B

Text Example


Text Example

White with #C5B65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B65B; }

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

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

background-color css

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

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

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

border-color css

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

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

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