Html Css Color HEX #BFC26D Dark Khaki

📋 copy color: '#BFC26D'

red 191 ◦ green 194 ◦ blue 109

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

Shades of Dark Khaki #BFC26D

Tints of Dark Khaki #BFC26D

RGB

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

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

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

R = 38.66%
G = 39.27%
B = 22.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#BFC26D (or 0xBFC26D) is known color: Dark Khaki. HEX triplet: BF, C2 and 6D. RGB value is (191,194,109). Sum of RGB (Red+Green+Blue) = 191+194+109=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC26D is #403D92. Grayscale: #B7B7B7. Windows color (decimal): -4210067 or 7193279. OLE color: 7193279.

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

Color convert

RGB 191 194 109 -
CMYK 0.02 0 0.44 0.24
HSL 62.12º 0.41% 0.59% -
HSV(B) 62.12º 0.44% 0.76% -
XYZ 43.54 50.76 21.97 -
YUV 183.41 86.01 133.41 -
System Red Green Blue C M Y K H S L
Decimal 191 194 109 0.02 0 0.44 0.24 62.12 0.41 0.59
Hex BF C2 6D 2 0 2C 18 3E 29 3B
Octal 277 302 155 2 0 54 30 76 51 73
Binary 10111111 11000010 1101101 10 0 101100 11000 111110 101001 111011

Color Harmonies of #BFC26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC26D

Black with #BFC26D

Text Example


Text Example

White with #BFC26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC26D; }

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

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

background-color css

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

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

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

border-color css

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

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

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