Html Css Color HEX #C5BB5B Tacha

📋 copy color: '#C5BB5B'

red 197 ◦ green 187 ◦ blue 91

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

Shades of Tacha #C5BB5B

Tints of Tacha #C5BB5B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.37%

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

R = 41.47%
G = 39.37%
B = 19.16%

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

#C5BB5B (or 0xC5BB5B) is known color: Tacha. HEX triplet: C5, BB and 5B. RGB value is (197,187,91). Sum of RGB (Red+Green+Blue) = 197+187+91=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BB5B is #3A44A4. Grayscale: #B3B3B3. Windows color (decimal): -3818661 or 6011845. OLE color: 6011845.

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

Color convert

RGB 197 187 91 -
CMYK 0 0.05 0.54 0.23
HSL 54.34º 0.48% 0.56% -
HSV(B) 54.34º 0.54% 0.77% -
XYZ 42.68 48.17 16.94 -
YUV 179.05 78.31 140.81 -
System Red Green Blue C M Y K H S L
Decimal 197 187 91 0 0.05 0.54 0.23 54.34 0.48 0.56
Hex C5 BB 5B 0 5 36 17 36 30 38
Octal 305 273 133 0 5 66 27 66 60 70
Binary 11000101 10111011 1011011 0 101 110110 10111 110110 110000 111000

Color Harmonies of #C5BB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BB5B

Black with #C5BB5B

Text Example


Text Example

White with #C5BB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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