Html Css Color HEX #C2BC5E Dark Khaki

📋 copy color: '#C2BC5E'

red 194 ◦ green 188 ◦ blue 94

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

Shades of Dark Khaki #C2BC5E

Tints of Dark Khaki #C2BC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.75%

R = 40.76%
G = 39.5%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2BC5E (or 0xC2BC5E) is known color: Dark Khaki. HEX triplet: C2, BC and 5E. RGB value is (194,188,94). Sum of RGB (Red+Green+Blue) = 194+188+94=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 94 (37.11% from 255 or 19.75% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BC5E is #3D43A1. Grayscale: #B3B3B3. Windows color (decimal): -4015010 or 6208706. OLE color: 6208706.

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

Color convert

RGB 194 188 94 -
CMYK 0 0.03 0.52 0.24
HSL 56.4º 0.45% 0.56% -
HSV(B) 56.4º 0.52% 0.76% -
XYZ 42.25 48.24 17.67 -
YUV 179.08 79.99 138.64 -
System Red Green Blue C M Y K H S L
Decimal 194 188 94 0 0.03 0.52 0.24 56.4 0.45 0.56
Hex C2 BC 5E 0 3 34 18 38 2D 38
Octal 302 274 136 0 3 64 30 70 55 70
Binary 11000010 10111100 1011110 0 11 110100 11000 111000 101101 111000

Color Harmonies of #C2BC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC5E

Black with #C2BC5E

Text Example


Text Example

White with #C2BC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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