Html Css Color HEX #C3BD5E Dark Khaki

📋 copy color: '#C3BD5E'

red 195 ◦ green 189 ◦ blue 94

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

Shades of Dark Khaki #C3BD5E

Tints of Dark Khaki #C3BD5E

RGB

 RED value IS 195 (76.56% from 255) = 40.79%

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

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

R = 40.79%
G = 39.54%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3BD5E (or 0xC3BD5E) is known color: Dark Khaki. HEX triplet: C3, BD and 5E. RGB value is (195,189,94). Sum of RGB (Red+Green+Blue) = 195+189+94=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 94 (37.11% from 255 or 19.67% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BD5E is #3C42A1. Grayscale: #B4B4B4. Windows color (decimal): -3949218 or 6208963. OLE color: 6208963.

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

Color convert

RGB 195 189 94 -
CMYK 0 0.03 0.52 0.24
HSL 56.44º 0.46% 0.57% -
HSV(B) 56.44º 0.52% 0.76% -
XYZ 42.72 48.81 17.76 -
YUV 179.96 79.49 138.72 -
System Red Green Blue C M Y K H S L
Decimal 195 189 94 0 0.03 0.52 0.24 56.44 0.46 0.57
Hex C3 BD 5E 0 3 34 18 38 2E 39
Octal 303 275 136 0 3 64 30 70 56 71
Binary 11000011 10111101 1011110 0 11 110100 11000 111000 101110 111001

Color Harmonies of #C3BD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BD5E

Black with #C3BD5E

Text Example


Text Example

White with #C3BD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BD5E; }

 p { color: rgb(195,189,94); }

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

background-color css

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

 a { background-color: rgb(195,189,94); }

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

border-color css

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

 span { border-color: rgb(195,189,94); }

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