#BFC064

Color #BFC064 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #BFC064

Tints of Dark Khaki #BFC064

Color information

#BFC064 (or 0xBFC064) is unknown color: approx Dark Khaki. HEX triplet: BF, C0 and 64. RGB value is (191,192,100). Sum of RGB (Red+Green+Blue) = 191+192+100=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC064 is #403F9B. Grayscale: #B5B5B5. Windows color (decimal): -4210588 or 6602943. OLE color: 6602943.

HSL color Cylindrical-coordinate representation of color #BFC064: hue angle of 60.65º 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 #BFC064 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB191192100-
CMYK0.0100.480.25
HSL60.65º42.2%57.25%-
HSV(B)60.65º47.92%75.29%-
XYZ42.6449.719.4-
YUV181.2182.17134.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.54%
GREEN value IS 192 (75.39% from 255) = 39.75%
BLUE value IS 100 (39.45% from 255) = 20.70%
R=39.54%
G=39.75%
B=20.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911921000.0100.480.2560.6542.257.25
HexBFC0641030193d2a39
Octal277300144106031755271
Binary101111111100000011001001011000011001111101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC064; }

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

 H1.HeaderClassName
 {
   color: #BFC064;
 }
 .AnyTagClassName
 {
   color: #BFC064;
 }
</style>
background-color css

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

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

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

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

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

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