Html Css Color HEX #C5BF5B Dark Khaki

📋 copy color: '#C5BF5B'

red 197 ◦ green 191 ◦ blue 91

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

Shades of Dark Khaki #C5BF5B

Tints of Dark Khaki #C5BF5B

RGB

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

 GREEN value IS 191 (75% from 255) = 39.87%

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

R = 41.13%
G = 39.87%
B = 19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5BF5B (or 0xC5BF5B) is known color: Dark Khaki. HEX triplet: C5, BF and 5B. RGB value is (197,191,91). Sum of RGB (Red+Green+Blue) = 197+191+91=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 91 (35.94% from 255 or 19.00% from 479); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BF5B is #3A40A4. Grayscale: #B5B5B5. Windows color (decimal): -3817637 or 6012869. OLE color: 6012869.

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

Color convert

RGB 197 191 91 -
CMYK 0 0.03 0.54 0.23
HSL 56.6º 0.48% 0.56% -
HSV(B) 56.6º 0.54% 0.77% -
XYZ 43.55 49.89 17.23 -
YUV 181.39 76.99 139.13 -
System Red Green Blue C M Y K H S L
Decimal 197 191 91 0 0.03 0.54 0.23 56.6 0.48 0.56
Hex C5 BF 5B 0 3 36 17 39 30 38
Octal 305 277 133 0 3 66 27 71 60 70
Binary 11000101 10111111 1011011 0 11 110110 10111 111001 110000 111000

Color Harmonies of #C5BF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BF5B

Black with #C5BF5B

Text Example


Text Example

White with #C5BF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BF5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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