Html Css Color HEX #C2BE69 Dark Khaki

📋 copy color: '#C2BE69'

red 194 ◦ green 190 ◦ blue 105

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

Shades of Dark Khaki #C2BE69

Tints of Dark Khaki #C2BE69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.47%

R = 39.67%
G = 38.85%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C2BE69 (or 0xC2BE69) is known color: Dark Khaki. HEX triplet: C2, BE and 69. RGB value is (194,190,105). Sum of RGB (Red+Green+Blue) = 194+190+105=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BE69 is #3D4196. Grayscale: #B5B5B5. Windows color (decimal): -4014487 or 6930114. OLE color: 6930114.

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

Color convert

RGB 194 190 105 -
CMYK 0 0.02 0.46 0.24
HSL 57.3º 0.42% 0.59% -
HSV(B) 57.3º 0.46% 0.76% -
XYZ 43.21 49.32 20.61 -
YUV 181.51 84.83 136.91 -
System Red Green Blue C M Y K H S L
Decimal 194 190 105 0 0.02 0.46 0.24 57.3 0.42 0.59
Hex C2 BE 69 0 2 2E 18 39 2A 3B
Octal 302 276 151 0 2 56 30 71 52 73
Binary 11000010 10111110 1101001 0 10 101110 11000 111001 101010 111011

Color Harmonies of #C2BE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE69

Black with #C2BE69

Text Example


Text Example

White with #C2BE69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE69; }

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

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

background-color css

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

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

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

border-color css

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

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

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