Html Css Color HEX #C2BC70 Dark Khaki

📋 copy color: '#C2BC70'

red 194 ◦ green 188 ◦ blue 112

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

Shades of Dark Khaki #C2BC70

Tints of Dark Khaki #C2BC70

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.06%

 BLUE value IS 112 (44.14% from 255) = 22.67%

R = 39.27%
G = 38.06%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C2BC70 (or 0xC2BC70) is known color: Dark Khaki. HEX triplet: C2, BC and 70. RGB value is (194,188,112). Sum of RGB (Red+Green+Blue) = 194+188+112=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BC70 is #3D438F. Grayscale: #B5B5B5. Windows color (decimal): -4014992 or 7388354. OLE color: 7388354.

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

Color convert

RGB 194 188 112 -
CMYK 0 0.03 0.42 0.24
HSL 55.61º 0.4% 0.6% -
HSV(B) 55.61º 0.42% 0.76% -
XYZ 43.16 48.61 22.44 -
YUV 181.13 88.99 137.18 -
System Red Green Blue C M Y K H S L
Decimal 194 188 112 0 0.03 0.42 0.24 55.61 0.4 0.6
Hex C2 BC 70 0 3 2A 18 38 28 3C
Octal 302 274 160 0 3 52 30 70 50 74
Binary 11000010 10111100 1110000 0 11 101010 11000 111000 101000 111100

Color Harmonies of #C2BC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC70

Black with #C2BC70

Text Example


Text Example

White with #C2BC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC70; }

 p { color: rgb(194,188,112); }

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

background-color css

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

 a { background-color: rgb(194,188,112); }

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

border-color css

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

 span { border-color: rgb(194,188,112); }

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