Html Css Color HEX #C4BD68 Dark Khaki

📋 copy color: '#C4BD68'

red 196 ◦ green 189 ◦ blue 104

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

Shades of Dark Khaki #C4BD68

Tints of Dark Khaki #C4BD68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.27%

R = 40.08%
G = 38.65%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C4BD68 (or 0xC4BD68) is known color: Dark Khaki. HEX triplet: C4, BD and 68. RGB value is (196,189,104). Sum of RGB (Red+Green+Blue) = 196+189+104=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BD68 is #3B4297. Grayscale: #B5B5B5. Windows color (decimal): -3883672 or 6864324. OLE color: 6864324.

HSL color Cylindrical-coordinate representation of color #C4BD68: hue angle of 55.43º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C4BD68 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 189 104 -
CMYK 0 0.04 0.47 0.23
HSL 55.43º 0.44% 0.59% -
HSV(B) 55.43º 0.47% 0.77% -
XYZ 43.46 49.13 20.29 -
YUV 181.4 84.32 138.41 -
System Red Green Blue C M Y K H S L
Decimal 196 189 104 0 0.04 0.47 0.23 55.43 0.44 0.59
Hex C4 BD 68 0 4 2F 17 37 2C 3B
Octal 304 275 150 0 4 57 27 67 54 73
Binary 11000100 10111101 1101000 0 100 101111 10111 110111 101100 111011

Color Harmonies of #C4BD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BD68

Black with #C4BD68

Text Example


Text Example

White with #C4BD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BD68; }

 p { color: rgb(196,189,104); }

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

background-color css

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

 a { background-color: rgb(196,189,104); }

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

border-color css

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

 span { border-color: rgb(196,189,104); }

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