Html Css Color HEX #C2BF5E Dark Khaki

📋 copy color: '#C2BF5E'

red 194 ◦ green 191 ◦ blue 94

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

Shades of Dark Khaki #C2BF5E

Tints of Dark Khaki #C2BF5E

RGB

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

 GREEN value IS 191 (75% from 255) = 39.87%

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

R = 40.5%
G = 39.87%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2BF5E (or 0xC2BF5E) is known color: Dark Khaki. HEX triplet: C2, BF and 5E. RGB value is (194,191,94). Sum of RGB (Red+Green+Blue) = 194+191+94=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BF5E is #3D40A1. Grayscale: #B5B5B5. Windows color (decimal): -4014242 or 6209474. OLE color: 6209474.

HSL color Cylindrical-coordinate representation of color #C2BF5E: hue angle of 58.2º 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 #C2BF5E is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 191 94 -
CMYK 0 0.02 0.52 0.24
HSL 58.2º 0.45% 0.56% -
HSV(B) 58.2º 0.52% 0.76% -
XYZ 42.9 49.54 17.89 -
YUV 180.84 78.99 137.39 -
System Red Green Blue C M Y K H S L
Decimal 194 191 94 0 0.02 0.52 0.24 58.2 0.45 0.56
Hex C2 BF 5E 0 2 34 18 3A 2D 38
Octal 302 277 136 0 2 64 30 72 55 70
Binary 11000010 10111111 1011110 0 10 110100 11000 111010 101101 111000

Color Harmonies of #C2BF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF5E

Black with #C2BF5E

Text Example


Text Example

White with #C2BF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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