Html Css Color HEX #C2BC62 Dark Khaki

📋 copy color: '#C2BC62'

red 194 ◦ green 188 ◦ blue 98

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

Shades of Dark Khaki #C2BC62

Tints of Dark Khaki #C2BC62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.42%

R = 40.42%
G = 39.17%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C2BC62 (or 0xC2BC62) is known color: Dark Khaki. HEX triplet: C2, BC and 62. RGB value is (194,188,98). Sum of RGB (Red+Green+Blue) = 194+188+98=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 98 (38.67% from 255 or 20.42% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BC62 is #3D439D. Grayscale: #B3B3B3. Windows color (decimal): -4015006 or 6470850. OLE color: 6470850.

HSL color Cylindrical-coordinate representation of color #C2BC62: hue angle of 56.25º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2BC62 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 188 98 -
CMYK 0 0.03 0.49 0.24
HSL 56.25º 0.44% 0.57% -
HSV(B) 56.25º 0.49% 0.76% -
XYZ 42.44 48.32 18.64 -
YUV 179.53 81.99 138.32 -
System Red Green Blue C M Y K H S L
Decimal 194 188 98 0 0.03 0.49 0.24 56.25 0.44 0.57
Hex C2 BC 62 0 3 31 18 38 2C 39
Octal 302 274 142 0 3 61 30 70 54 71
Binary 11000010 10111100 1100010 0 11 110001 11000 111000 101100 111001

Color Harmonies of #C2BC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC62

Black with #C2BC62

Text Example


Text Example

White with #C2BC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC62; }

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

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

background-color css

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

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

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

border-color css

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

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

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