Html Css Color HEX #C5BC5C Dark Khaki

📋 copy color: '#C5BC5C'

red 197 ◦ green 188 ◦ blue 92

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

Shades of Dark Khaki #C5BC5C

Tints of Dark Khaki #C5BC5C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.41%

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

R = 41.3%
G = 39.41%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5BC5C (or 0xC5BC5C) is known color: Dark Khaki. HEX triplet: C5, BC and 5C. RGB value is (197,188,92). Sum of RGB (Red+Green+Blue) = 197+188+92=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BC5C is #3A43A3. Grayscale: #B4B4B4. Windows color (decimal): -3818404 or 6077637. OLE color: 6077637.

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

Color convert

RGB 197 188 92 -
CMYK 0 0.05 0.53 0.23
HSL 54.86º 0.48% 0.57% -
HSV(B) 54.86º 0.53% 0.77% -
XYZ 42.94 48.61 17.24 -
YUV 179.75 78.48 140.31 -
System Red Green Blue C M Y K H S L
Decimal 197 188 92 0 0.05 0.53 0.23 54.86 0.48 0.57
Hex C5 BC 5C 0 5 35 17 37 30 39
Octal 305 274 134 0 5 65 27 67 60 71
Binary 11000101 10111100 1011100 0 101 110101 10111 110111 110000 111001

Color Harmonies of #C5BC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BC5C

Black with #C5BC5C

Text Example


Text Example

White with #C5BC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BC5C; }

 p { color: rgb(197,188,92); }

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

background-color css

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

 a { background-color: rgb(197,188,92); }

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

border-color css

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

 span { border-color: rgb(197,188,92); }

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