Html Css Color HEX #C2BE71 Dark Khaki

📋 copy color: '#C2BE71'

red 194 ◦ green 190 ◦ blue 113

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

Shades of Dark Khaki #C2BE71

Tints of Dark Khaki #C2BE71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.74%

R = 39.03%
G = 38.23%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C2BE71 (or 0xC2BE71) is known color: Dark Khaki. HEX triplet: C2, BE and 71. RGB value is (194,190,113). Sum of RGB (Red+Green+Blue) = 194+190+113=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BE71 is #3D418E. Grayscale: #B6B6B6. Windows color (decimal): -4014479 or 7454402. OLE color: 7454402.

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

Color convert

RGB 194 190 113 -
CMYK 0 0.02 0.42 0.24
HSL 57.04º 0.4% 0.6% -
HSV(B) 57.04º 0.42% 0.76% -
XYZ 43.64 49.49 22.87 -
YUV 182.42 88.83 136.26 -
System Red Green Blue C M Y K H S L
Decimal 194 190 113 0 0.02 0.42 0.24 57.04 0.4 0.6
Hex C2 BE 71 0 2 2A 18 39 28 3C
Octal 302 276 161 0 2 52 30 71 50 74
Binary 11000010 10111110 1110001 0 10 101010 11000 111001 101000 111100

Color Harmonies of #C2BE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE71

Black with #C2BE71

Text Example


Text Example

White with #C2BE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE71; }

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

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

background-color css

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

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

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

border-color css

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

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

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