Html Css Color HEX #BFC16D Dark Khaki

📋 copy color: '#BFC16D'

red 191 ◦ green 193 ◦ blue 109

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

Shades of Dark Khaki #BFC16D

Tints of Dark Khaki #BFC16D

RGB

 RED value IS 191 (75% from 255) = 38.74%

 GREEN value IS 193 (75.78% from 255) = 39.15%

 BLUE value IS 109 (42.97% from 255) = 22.11%

R = 38.74%
G = 39.15%
B = 22.11%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#BFC16D (or 0xBFC16D) is known color: Dark Khaki. HEX triplet: BF, C1 and 6D. RGB value is (191,193,109). Sum of RGB (Red+Green+Blue) = 191+193+109=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC16D is #403E92. Grayscale: #B7B7B7. Windows color (decimal): -4210323 or 7193023. OLE color: 7193023.

HSL color Cylindrical-coordinate representation of color #BFC16D: hue angle of 61.43º degrees, saturation: 0.4, 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 #BFC16D is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 193 109 -
CMYK 0.01 0 0.44 0.24
HSL 61.43º 0.4% 0.59% -
HSV(B) 61.43º 0.44% 0.76% -
XYZ 43.32 50.32 21.9 -
YUV 182.83 86.34 133.83 -
System Red Green Blue C M Y K H S L
Decimal 191 193 109 0.01 0 0.44 0.24 61.43 0.4 0.59
Hex BF C1 6D 1 0 2C 18 3D 28 3B
Octal 277 301 155 1 0 54 30 75 50 73
Binary 10111111 11000001 1101101 1 0 101100 11000 111101 101000 111011

Color Harmonies of #BFC16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC16D

Black with #BFC16D

Text Example


Text Example

White with #BFC16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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