Html Css Color HEX #C5BB73 Dark Khaki

📋 copy color: '#C5BB73'

red 197 ◦ green 187 ◦ blue 115

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

Shades of Dark Khaki #C5BB73

Tints of Dark Khaki #C5BB73

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.47%

 BLUE value IS 115 (45.31% from 255) = 23.05%

R = 39.48%
G = 37.47%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C5BB73 (or 0xC5BB73) is known color: Dark Khaki. HEX triplet: C5, BB and 73. RGB value is (197,187,115). Sum of RGB (Red+Green+Blue) = 197+187+115=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 115 (45.31% from 255 or 23.05% from 499); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BB73 is #3A448C. Grayscale: #B6B6B6. Windows color (decimal): -3818637 or 7584709. OLE color: 7584709.

HSL color Cylindrical-coordinate representation of color #C5BB73: hue angle of 52.68º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5BB73 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 187 115 -
CMYK 0 0.05 0.42 0.23
HSL 52.68º 0.41% 0.61% -
HSV(B) 52.68º 0.42% 0.77% -
XYZ 43.89 48.65 23.3 -
YUV 181.78 90.31 138.85 -
System Red Green Blue C M Y K H S L
Decimal 197 187 115 0 0.05 0.42 0.23 52.68 0.41 0.61
Hex C5 BB 73 0 5 2A 17 35 29 3D
Octal 305 273 163 0 5 52 27 65 51 75
Binary 11000101 10111011 1110011 0 101 101010 10111 110101 101001 111101

Color Harmonies of #C5BB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BB73

Black with #C5BB73

Text Example


Text Example

White with #C5BB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BB73; }

 p { color: rgb(197,187,115); }

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

background-color css

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

 a { background-color: rgb(197,187,115); }

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

border-color css

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

 span { border-color: rgb(197,187,115); }

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