Html Css Color HEX #C4BF5C Dark Khaki

📋 copy color: '#C4BF5C'

red 196 ◦ green 191 ◦ blue 92

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

Shades of Dark Khaki #C4BF5C

Tints of Dark Khaki #C4BF5C

RGB

 RED value IS 196 (76.95% from 255) = 40.92%

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

 BLUE value IS 92 (36.33% from 255) = 19.21%

R = 40.92%
G = 39.87%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4BF5C (or 0xC4BF5C) is known color: Dark Khaki. HEX triplet: C4, BF and 5C. RGB value is (196,191,92). Sum of RGB (Red+Green+Blue) = 196+191+92=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 92 (36.33% from 255 or 19.21% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BF5C is #3B40A3. Grayscale: #B5B5B5. Windows color (decimal): -3883172 or 6078404. OLE color: 6078404.

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

Color convert

RGB 196 191 92 -
CMYK 0 0.03 0.53 0.23
HSL 57.12º 0.47% 0.56% -
HSV(B) 57.12º 0.53% 0.77% -
XYZ 43.33 49.77 17.45 -
YUV 181.21 77.66 138.55 -
System Red Green Blue C M Y K H S L
Decimal 196 191 92 0 0.03 0.53 0.23 57.12 0.47 0.56
Hex C4 BF 5C 0 3 35 17 39 2F 38
Octal 304 277 134 0 3 65 27 71 57 70
Binary 11000100 10111111 1011100 0 11 110101 10111 111001 101111 111000

Color Harmonies of #C4BF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BF5C

Black with #C4BF5C

Text Example


Text Example

White with #C4BF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BF5C; }

 p { color: rgb(196,191,92); }

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

background-color css

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

 a { background-color: rgb(196,191,92); }

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

border-color css

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

 span { border-color: rgb(196,191,92); }

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