Html Css Color HEX #C2BD62 Dark Khaki

📋 copy color: '#C2BD62'

red 194 ◦ green 189 ◦ blue 98

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

Shades of Dark Khaki #C2BD62

Tints of Dark Khaki #C2BD62

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.29%

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

R = 40.33%
G = 39.29%
B = 20.37%

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

#C2BD62 (or 0xC2BD62) is known color: Dark Khaki. HEX triplet: C2, BD and 62. RGB value is (194,189,98). Sum of RGB (Red+Green+Blue) = 194+189+98=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 98 (38.67% from 255 or 20.37% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BD62 is #3D429D. Grayscale: #B4B4B4. Windows color (decimal): -4014750 or 6471106. OLE color: 6471106.

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

Color convert

RGB 194 189 98 -
CMYK 0 0.03 0.49 0.24
HSL 56.88º 0.44% 0.57% -
HSV(B) 56.88º 0.49% 0.76% -
XYZ 42.65 48.75 18.72 -
YUV 180.12 81.66 137.9 -
System Red Green Blue C M Y K H S L
Decimal 194 189 98 0 0.03 0.49 0.24 56.88 0.44 0.57
Hex C2 BD 62 0 3 31 18 39 2C 39
Octal 302 275 142 0 3 61 30 71 54 71
Binary 11000010 10111101 1100010 0 11 110001 11000 111001 101100 111001

Color Harmonies of #C2BD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD62

Black with #C2BD62

Text Example


Text Example

White with #C2BD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD62; }

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

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

background-color css

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

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

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

border-color css

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

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

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