#BFC16C

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

Shades of Dark Khaki #BFC16C

Tints of Dark Khaki #BFC16C

Color information

#BFC16C (or 0xBFC16C) is unknown color: approx Dark Khaki. HEX triplet: BF, C1 and 6C. RGB value is (191,193,108). Sum of RGB (Red+Green+Blue) = 191+193+108=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC16C is #403E93. Grayscale: #B7B7B7. Windows color (decimal): -4210324 or 7127487. OLE color: 7127487.

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

Color convert

RGB191193108-
CMYK0.0100.440.24
HSL61.41º40.67%59.02%-
HSV(B)61.41º44.04%75.69%-
XYZ43.2650.321.62-
YUV182.7185.84133.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.82%
GREEN value IS 193 (75.78% from 255) = 39.23%
BLUE value IS 108 (42.58% from 255) = 21.95%
R=38.82%
G=39.23%
B=21.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911931080.0100.440.2461.4140.6759.02
HexBFC16C102C183d293b
Octal277301154105430755173
Binary101111111100000111011001010110011000111101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC16C; }

 p { color: rgb(191,193,108); }

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

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

 a { background-color: rgb(191,193,108); }

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

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

 span { border-color: rgb(191,193,108); }

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