Html Css Color HEX #C2BE60 Dark Khaki

📋 copy color: '#C2BE60'

red 194 ◦ green 190 ◦ blue 96

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

Shades of Dark Khaki #C2BE60

Tints of Dark Khaki #C2BE60

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.58%

 BLUE value IS 96 (37.89% from 255) = 20%

R = 40.42%
G = 39.58%
B = 20%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2BE60 (or 0xC2BE60) is known color: Dark Khaki. HEX triplet: C2, BE and 60. RGB value is (194,190,96). Sum of RGB (Red+Green+Blue) = 194+190+96=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BE60 is #3D419F. Grayscale: #B4B4B4. Windows color (decimal): -4014496 or 6340290. OLE color: 6340290.

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

Color convert

RGB 194 190 96 -
CMYK 0 0.02 0.51 0.24
HSL 57.55º 0.45% 0.57% -
HSV(B) 57.55º 0.51% 0.76% -
XYZ 42.77 49.14 18.3 -
YUV 180.48 80.33 137.64 -
System Red Green Blue C M Y K H S L
Decimal 194 190 96 0 0.02 0.51 0.24 57.55 0.45 0.57
Hex C2 BE 60 0 2 33 18 3A 2D 39
Octal 302 276 140 0 2 63 30 72 55 71
Binary 11000010 10111110 1100000 0 10 110011 11000 111010 101101 111001

Color Harmonies of #C2BE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE60

Black with #C2BE60

Text Example


Text Example

White with #C2BE60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE60; }

 p { color: rgb(194,190,96); }

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

background-color css

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

 a { background-color: rgb(194,190,96); }

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

border-color css

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

 span { border-color: rgb(194,190,96); }

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