Html Css Color HEX #C2BC6E Dark Khaki

📋 copy color: '#C2BC6E'

red 194 ◦ green 188 ◦ blue 110

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

Shades of Dark Khaki #C2BC6E

Tints of Dark Khaki #C2BC6E

RGB

 RED value IS 194 (76.17% from 255) = 39.43%

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

 BLUE value IS 110 (43.36% from 255) = 22.36%

R = 39.43%
G = 38.21%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2BC6E (or 0xC2BC6E) is known color: Dark Khaki. HEX triplet: C2, BC and 6E. RGB value is (194,188,110). Sum of RGB (Red+Green+Blue) = 194+188+110=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 110 (43.36% from 255 or 22.36% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BC6E is #3D4391. Grayscale: #B5B5B5. Windows color (decimal): -4014994 or 7257282. OLE color: 7257282.

HSL color Cylindrical-coordinate representation of color #C2BC6E: hue angle of 55.71º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2BC6E is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 188 110 -
CMYK 0 0.03 0.43 0.24
HSL 55.71º 0.41% 0.6% -
HSV(B) 55.71º 0.43% 0.76% -
XYZ 43.05 48.56 21.86 -
YUV 180.9 87.99 137.34 -
System Red Green Blue C M Y K H S L
Decimal 194 188 110 0 0.03 0.43 0.24 55.71 0.41 0.6
Hex C2 BC 6E 0 3 2B 18 38 29 3C
Octal 302 274 156 0 3 53 30 70 51 74
Binary 11000010 10111100 1101110 0 11 101011 11000 111000 101001 111100

Color Harmonies of #C2BC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC6E

Black with #C2BC6E

Text Example


Text Example

White with #C2BC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC6E; }

 p { color: rgb(194,188,110); }

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

background-color css

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

 a { background-color: rgb(194,188,110); }

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

border-color css

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

 span { border-color: rgb(194,188,110); }

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