Html Css Color HEX #C2BB5F Dark Khaki

📋 copy color: '#C2BB5F'

red 194 ◦ green 187 ◦ blue 95

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

Shades of Dark Khaki #C2BB5F

Tints of Dark Khaki #C2BB5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.96%

R = 40.76%
G = 39.29%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2BB5F (or 0xC2BB5F) is known color: Dark Khaki. HEX triplet: C2, BB and 5F. RGB value is (194,187,95). Sum of RGB (Red+Green+Blue) = 194+187+95=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 95 (37.5% from 255 or 19.96% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BB5F is #3D44A0. Grayscale: #B2B2B2. Windows color (decimal): -4015265 or 6273986. OLE color: 6273986.

HSL color Cylindrical-coordinate representation of color #C2BB5F: hue angle of 55.76º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2BB5F is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 187 95 -
CMYK 0 0.04 0.51 0.24
HSL 55.76º 0.45% 0.57% -
HSV(B) 55.76º 0.51% 0.76% -
XYZ 42.08 47.84 17.84 -
YUV 178.61 80.82 138.98 -
System Red Green Blue C M Y K H S L
Decimal 194 187 95 0 0.04 0.51 0.24 55.76 0.45 0.57
Hex C2 BB 5F 0 4 33 18 38 2D 39
Octal 302 273 137 0 4 63 30 70 55 71
Binary 11000010 10111011 1011111 0 100 110011 11000 111000 101101 111001

Color Harmonies of #C2BB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BB5F

Black with #C2BB5F

Text Example


Text Example

White with #C2BB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BB5F; }

 p { color: rgb(194,187,95); }

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

background-color css

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

 a { background-color: rgb(194,187,95); }

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

border-color css

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

 span { border-color: rgb(194,187,95); }

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