Html Css Color HEX #BFC26F Dark Khaki

📋 copy color: '#BFC26F'

red 191 ◦ green 194 ◦ blue 111

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

Shades of Dark Khaki #BFC26F

Tints of Dark Khaki #BFC26F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.11%

 BLUE value IS 111 (43.75% from 255) = 22.38%

R = 38.51%
G = 39.11%
B = 22.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#BFC26F (or 0xBFC26F) is known color: Dark Khaki. HEX triplet: BF, C2 and 6F. RGB value is (191,194,111). Sum of RGB (Red+Green+Blue) = 191+194+111=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC26F is #403D90. Grayscale: #B7B7B7. Windows color (decimal): -4210065 or 7324351. OLE color: 7324351.

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

Color convert

RGB 191 194 111 -
CMYK 0.02 0 0.43 0.24
HSL 62.17º 0.4% 0.6% -
HSV(B) 62.17º 0.43% 0.76% -
XYZ 43.65 50.81 22.55 -
YUV 183.64 87.01 133.25 -
System Red Green Blue C M Y K H S L
Decimal 191 194 111 0.02 0 0.43 0.24 62.17 0.4 0.6
Hex BF C2 6F 2 0 2B 18 3E 28 3C
Octal 277 302 157 2 0 53 30 76 50 74
Binary 10111111 11000010 1101111 10 0 101011 11000 111110 101000 111100

Color Harmonies of #BFC26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC26F

Black with #BFC26F

Text Example


Text Example

White with #BFC26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC26F; }

 p { color: rgb(191,194,111); }

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

background-color css

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

 a { background-color: rgb(191,194,111); }

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

border-color css

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

 span { border-color: rgb(191,194,111); }

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