Html Css Color HEX #C3BE64 Dark Khaki

📋 copy color: '#C3BE64'

red 195 ◦ green 190 ◦ blue 100

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

Shades of Dark Khaki #C3BE64

Tints of Dark Khaki #C3BE64

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.18%

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

R = 40.21%
G = 39.18%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C3BE64 (or 0xC3BE64) is known color: Dark Khaki. HEX triplet: C3, BE and 64. RGB value is (195,190,100). Sum of RGB (Red+Green+Blue) = 195+190+100=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BE64 is #3C419B. Grayscale: #B5B5B5. Windows color (decimal): -3948956 or 6602435. OLE color: 6602435.

HSL color Cylindrical-coordinate representation of color #C3BE64: hue angle of 56.84º 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 #C3BE64 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 190 100 -
CMYK 0 0.03 0.49 0.24
HSL 56.84º 0.44% 0.58% -
HSV(B) 56.84º 0.49% 0.76% -
XYZ 43.22 49.35 19.3 -
YUV 181.24 82.16 137.82 -
System Red Green Blue C M Y K H S L
Decimal 195 190 100 0 0.03 0.49 0.24 56.84 0.44 0.58
Hex C3 BE 64 0 3 31 18 39 2C 3A
Octal 303 276 144 0 3 61 30 71 54 72
Binary 11000011 10111110 1100100 0 11 110001 11000 111001 101100 111010

Color Harmonies of #C3BE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BE64

Black with #C3BE64

Text Example


Text Example

White with #C3BE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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