Html Css Color HEX #C2BE73 Dark Khaki

📋 copy color: '#C2BE73'

red 194 ◦ green 190 ◦ blue 115

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

Shades of Dark Khaki #C2BE73

Tints of Dark Khaki #C2BE73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.05%

R = 38.88%
G = 38.08%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C2BE73 (or 0xC2BE73) is known color: Dark Khaki. HEX triplet: C2, BE and 73. RGB value is (194,190,115). Sum of RGB (Red+Green+Blue) = 194+190+115=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 115 (45.31% from 255 or 23.05% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BE73 is #3D418C. Grayscale: #B6B6B6. Windows color (decimal): -4014477 or 7585474. OLE color: 7585474.

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

Color convert

RGB 194 190 115 -
CMYK 0 0.02 0.41 0.24
HSL 56.96º 0.39% 0.61% -
HSV(B) 56.96º 0.41% 0.76% -
XYZ 43.76 49.53 23.47 -
YUV 182.65 89.83 136.1 -
System Red Green Blue C M Y K H S L
Decimal 194 190 115 0 0.02 0.41 0.24 56.96 0.39 0.61
Hex C2 BE 73 0 2 29 18 39 27 3D
Octal 302 276 163 0 2 51 30 71 47 75
Binary 11000010 10111110 1110011 0 10 101001 11000 111001 100111 111101

Color Harmonies of #C2BE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE73

Black with #C2BE73

Text Example


Text Example

White with #C2BE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE73; }

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

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

background-color css

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

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

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

border-color css

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

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

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