Html Css Color HEX #C1BD64 Dark Khaki

📋 copy color: '#C1BD64'

red 193 ◦ green 189 ◦ blue 100

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

Shades of Dark Khaki #C1BD64

Tints of Dark Khaki #C1BD64

RGB

 RED value IS 193 (75.78% from 255) = 40.04%

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

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

R = 40.04%
G = 39.21%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C1BD64 (or 0xC1BD64) is known color: Dark Khaki. HEX triplet: C1, BD and 64. RGB value is (193,189,100). Sum of RGB (Red+Green+Blue) = 193+189+100=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BD64 is #3E429B. Grayscale: #B4B4B4. Windows color (decimal): -4080284 or 6602177. OLE color: 6602177.

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

Color convert

RGB 193 189 100 -
CMYK 0 0.02 0.48 0.24
HSL 57.42º 0.43% 0.57% -
HSV(B) 57.42º 0.48% 0.76% -
XYZ 42.49 48.65 19.21 -
YUV 180.05 82.83 137.24 -
System Red Green Blue C M Y K H S L
Decimal 193 189 100 0 0.02 0.48 0.24 57.42 0.43 0.57
Hex C1 BD 64 0 2 30 18 39 2B 39
Octal 301 275 144 0 2 60 30 71 53 71
Binary 11000001 10111101 1100100 0 10 110000 11000 111001 101011 111001

Color Harmonies of #C1BD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BD64

Black with #C1BD64

Text Example


Text Example

White with #C1BD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BD64; }

 p { color: rgb(193,189,100); }

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

background-color css

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

 a { background-color: rgb(193,189,100); }

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

border-color css

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

 span { border-color: rgb(193,189,100); }

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