Html Css Color HEX #C3BC64 Dark Khaki

📋 copy color: '#C3BC64'

red 195 ◦ green 188 ◦ blue 100

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

Shades of Dark Khaki #C3BC64

Tints of Dark Khaki #C3BC64

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.92%

 BLUE value IS 100 (39.45% from 255) = 20.7%

R = 40.37%
G = 38.92%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C3BC64 (or 0xC3BC64) is known color: Dark Khaki. HEX triplet: C3, BC and 64. RGB value is (195,188,100). Sum of RGB (Red+Green+Blue) = 195+188+100=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BC64 is #3C439B. Grayscale: #B4B4B4. Windows color (decimal): -3949468 or 6601923. OLE color: 6601923.

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

Color convert

RGB 195 188 100 -
CMYK 0 0.04 0.49 0.24
HSL 55.58º 0.44% 0.58% -
HSV(B) 55.58º 0.49% 0.76% -
XYZ 42.79 48.49 19.16 -
YUV 180.06 82.82 138.66 -
System Red Green Blue C M Y K H S L
Decimal 195 188 100 0 0.04 0.49 0.24 55.58 0.44 0.58
Hex C3 BC 64 0 4 31 18 38 2C 3A
Octal 303 274 144 0 4 61 30 70 54 72
Binary 11000011 10111100 1100100 0 100 110001 11000 111000 101100 111010

Color Harmonies of #C3BC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BC64

Black with #C3BC64

Text Example


Text Example

White with #C3BC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BC64; }

 p { color: rgb(195,188,100); }

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

background-color css

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

 a { background-color: rgb(195,188,100); }

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

border-color css

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

 span { border-color: rgb(195,188,100); }

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