Html Css Color HEX #C4BE76 Dark Khaki

📋 copy color: '#C4BE76'

red 196 ◦ green 190 ◦ blue 118

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

Shades of Dark Khaki #C4BE76

Tints of Dark Khaki #C4BE76

RGB

 RED value IS 196 (76.95% from 255) = 38.89%

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

 BLUE value IS 118 (46.48% from 255) = 23.41%

R = 38.89%
G = 37.7%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C4BE76 (or 0xC4BE76) is known color: Dark Khaki. HEX triplet: C4, BE and 76. RGB value is (196,190,118). Sum of RGB (Red+Green+Blue) = 196+190+118=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BE76 is #3B4189. Grayscale: #B7B7B7. Windows color (decimal): -3883402 or 7782084. OLE color: 7782084.

HSL color Cylindrical-coordinate representation of color #C4BE76: hue angle of 55.38º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4BE76 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 190 118 -
CMYK 0 0.03 0.40 0.23
HSL 55.38º 0.4% 0.62% -
HSV(B) 55.38º 0.4% 0.77% -
XYZ 44.45 49.87 24.42 -
YUV 183.59 90.99 136.85 -
System Red Green Blue C M Y K H S L
Decimal 196 190 118 0 0.03 0.40 0.23 55.38 0.4 0.62
Hex C4 BE 76 0 3 28 17 37 28 3E
Octal 304 276 166 0 3 50 27 67 50 76
Binary 11000100 10111110 1110110 0 11 101000 10111 110111 101000 111110

Color Harmonies of #C4BE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BE76

Black with #C4BE76

Text Example


Text Example

White with #C4BE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BE76; }

 p { color: rgb(196,190,118); }

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

background-color css

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

 a { background-color: rgb(196,190,118); }

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

border-color css

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

 span { border-color: rgb(196,190,118); }

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