Html Css Color HEX #C5BA65 Dark Khaki

📋 copy color: '#C5BA65'

red 197 ◦ green 186 ◦ blue 101

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

Shades of Dark Khaki #C5BA65

Tints of Dark Khaki #C5BA65

RGB

 RED value IS 197 (77.34% from 255) = 40.7%

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

 BLUE value IS 101 (39.84% from 255) = 20.87%

R = 40.7%
G = 38.43%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C5BA65 (or 0xC5BA65) is known color: Dark Khaki. HEX triplet: C5, BA and 65. RGB value is (197,186,101). Sum of RGB (Red+Green+Blue) = 197+186+101=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BA65 is #3A459A. Grayscale: #B3B3B3. Windows color (decimal): -3818907 or 6666949. OLE color: 6666949.

HSL color Cylindrical-coordinate representation of color #C5BA65: hue angle of 53.12º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C5BA65 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 186 101 -
CMYK 0 0.06 0.49 0.23
HSL 53.13º 0.45% 0.58% -
HSV(B) 53.13º 0.49% 0.77% -
XYZ 42.93 47.93 19.3 -
YUV 179.6 83.64 140.41 -
System Red Green Blue C M Y K H S L
Decimal 197 186 101 0 0.06 0.49 0.23 53.13 0.45 0.58
Hex C5 BA 65 0 6 31 17 35 2D 3A
Octal 305 272 145 0 6 61 27 65 55 72
Binary 11000101 10111010 1100101 0 110 110001 10111 110101 101101 111010

Color Harmonies of #C5BA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BA65

Black with #C5BA65

Text Example


Text Example

White with #C5BA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BA65; }

 p { color: rgb(197,186,101); }

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

background-color css

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

 a { background-color: rgb(197,186,101); }

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

border-color css

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

 span { border-color: rgb(197,186,101); }

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