Html Css Color HEX #C2BC63 Dark Khaki

📋 copy color: '#C2BC63'

red 194 ◦ green 188 ◦ blue 99

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

Shades of Dark Khaki #C2BC63

Tints of Dark Khaki #C2BC63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.58%

R = 40.33%
G = 39.09%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C2BC63 (or 0xC2BC63) is known color: Dark Khaki. HEX triplet: C2, BC and 63. RGB value is (194,188,99). Sum of RGB (Red+Green+Blue) = 194+188+99=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BC63 is #3D439C. Grayscale: #B4B4B4. Windows color (decimal): -4015005 or 6536386. OLE color: 6536386.

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

Color convert

RGB 194 188 99 -
CMYK 0 0.03 0.49 0.24
HSL 56.21º 0.44% 0.57% -
HSV(B) 56.21º 0.49% 0.76% -
XYZ 42.48 48.34 18.9 -
YUV 179.65 82.49 138.24 -
System Red Green Blue C M Y K H S L
Decimal 194 188 99 0 0.03 0.49 0.24 56.21 0.44 0.57
Hex C2 BC 63 0 3 31 18 38 2C 39
Octal 302 274 143 0 3 61 30 70 54 71
Binary 11000010 10111100 1100011 0 11 110001 11000 111000 101100 111001

Color Harmonies of #C2BC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC63

Black with #C2BC63

Text Example


Text Example

White with #C2BC63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC63; }

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

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

background-color css

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

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

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

border-color css

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

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

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