Html Css Color HEX #C4BA5C Dark Khaki

📋 copy color: '#C4BA5C'

red 196 ◦ green 186 ◦ blue 92

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

Shades of Dark Khaki #C4BA5C

Tints of Dark Khaki #C4BA5C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.24%

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

R = 41.35%
G = 39.24%
B = 19.41%

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

#C4BA5C (or 0xC4BA5C) is known color: Dark Khaki. HEX triplet: C4, BA and 5C. RGB value is (196,186,92). Sum of RGB (Red+Green+Blue) = 196+186+92=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 92 (36.33% from 255 or 19.41% from 474); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BA5C is #3B45A3. Grayscale: #B2B2B2. Windows color (decimal): -3884452 or 6077124. OLE color: 6077124.

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

Color convert

RGB 196 186 92 -
CMYK 0 0.05 0.53 0.23
HSL 54.23º 0.47% 0.56% -
HSV(B) 54.23º 0.53% 0.77% -
XYZ 42.26 47.63 17.09 -
YUV 178.27 79.31 140.64 -
System Red Green Blue C M Y K H S L
Decimal 196 186 92 0 0.05 0.53 0.23 54.23 0.47 0.56
Hex C4 BA 5C 0 5 35 17 36 2F 38
Octal 304 272 134 0 5 65 27 66 57 70
Binary 11000100 10111010 1011100 0 101 110101 10111 110110 101111 111000

Color Harmonies of #C4BA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA5C

Black with #C4BA5C

Text Example


Text Example

White with #C4BA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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