Html Css Color HEX #C2BA78 Dark Khaki

📋 copy color: '#C2BA78'

red 194 ◦ green 186 ◦ blue 120

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

Shades of Dark Khaki #C2BA78

Tints of Dark Khaki #C2BA78

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.2%

 BLUE value IS 120 (47.27% from 255) = 24%

R = 38.8%
G = 37.2%
B = 24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C2BA78 (or 0xC2BA78) is known color: Dark Khaki. HEX triplet: C2, BA and 78. RGB value is (194,186,120). Sum of RGB (Red+Green+Blue) = 194+186+120=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BA78 is #3D4587. Grayscale: #B5B5B5. Windows color (decimal): -4015496 or 7912130. OLE color: 7912130.

HSL color Cylindrical-coordinate representation of color #C2BA78: hue angle of 53.51º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2BA78 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 186 120 -
CMYK 0 0.04 0.38 0.24
HSL 53.51º 0.38% 0.62% -
HSV(B) 53.51º 0.38% 0.76% -
XYZ 43.2 47.94 24.75 -
YUV 180.87 93.65 137.37 -
System Red Green Blue C M Y K H S L
Decimal 194 186 120 0 0.04 0.38 0.24 53.51 0.38 0.62
Hex C2 BA 78 0 4 26 18 36 26 3E
Octal 302 272 170 0 4 46 30 66 46 76
Binary 11000010 10111010 1111000 0 100 100110 11000 110110 100110 111110

Color Harmonies of #C2BA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA78

Black with #C2BA78

Text Example


Text Example

White with #C2BA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA78; }

 p { color: rgb(194,186,120); }

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

background-color css

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

 a { background-color: rgb(194,186,120); }

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

border-color css

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

 span { border-color: rgb(194,186,120); }

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