Html Css Color HEX #C2BB5E Dark Khaki

📋 copy color: '#C2BB5E'

red 194 ◦ green 187 ◦ blue 94

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

Shades of Dark Khaki #C2BB5E

Tints of Dark Khaki #C2BB5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.79%

R = 40.84%
G = 39.37%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2BB5E (or 0xC2BB5E) is known color: Dark Khaki. HEX triplet: C2, BB and 5E. RGB value is (194,187,94). Sum of RGB (Red+Green+Blue) = 194+187+94=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 94 (37.11% from 255 or 19.79% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BB5E is #3D44A1. Grayscale: #B2B2B2. Windows color (decimal): -4015266 or 6208450. OLE color: 6208450.

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

Color convert

RGB 194 187 94 -
CMYK 0 0.04 0.52 0.24
HSL 55.8º 0.45% 0.56% -
HSV(B) 55.8º 0.52% 0.76% -
XYZ 42.04 47.82 17.6 -
YUV 178.49 80.32 139.06 -
System Red Green Blue C M Y K H S L
Decimal 194 187 94 0 0.04 0.52 0.24 55.8 0.45 0.56
Hex C2 BB 5E 0 4 34 18 38 2D 38
Octal 302 273 136 0 4 64 30 70 55 70
Binary 11000010 10111011 1011110 0 100 110100 11000 111000 101101 111000

Color Harmonies of #C2BB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BB5E

Black with #C2BB5E

Text Example


Text Example

White with #C2BB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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