Html Css Color HEX #C0BF64 Dark Khaki

📋 copy color: '#C0BF64'

red 192 ◦ green 191 ◦ blue 100

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

Shades of Dark Khaki #C0BF64

Tints of Dark Khaki #C0BF64

RGB

 RED value IS 192 (75.39% from 255) = 39.75%

 GREEN value IS 191 (75% from 255) = 39.54%

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

R = 39.75%
G = 39.54%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C0BF64 (or 0xC0BF64) is known color: Dark Khaki. HEX triplet: C0, BF and 64. RGB value is (192,191,100). Sum of RGB (Red+Green+Blue) = 192+191+100=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF64 is #3F409B. Grayscale: #B5B5B5. Windows color (decimal): -4145308 or 6602688. OLE color: 6602688.

HSL color Cylindrical-coordinate representation of color #C0BF64: hue angle of 59.35º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0BF64 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 191 100 -
CMYK 0 0.01 0.48 0.25
HSL 59.35º 0.42% 0.57% -
HSV(B) 59.35º 0.48% 0.75% -
XYZ 42.67 49.39 19.34 -
YUV 180.93 82.33 135.9 -
System Red Green Blue C M Y K H S L
Decimal 192 191 100 0 0.01 0.48 0.25 59.35 0.42 0.57
Hex C0 BF 64 0 1 30 19 3B 2A 39
Octal 300 277 144 0 1 60 31 73 52 71
Binary 11000000 10111111 1100100 0 1 110000 11001 111011 101010 111001

Color Harmonies of #C0BF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF64

Black with #C0BF64

Text Example


Text Example

White with #C0BF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF64; }

 p { color: rgb(192,191,100); }

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

background-color css

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

 a { background-color: rgb(192,191,100); }

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

border-color css

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

 span { border-color: rgb(192,191,100); }

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