Html Css Color HEX #BFC26C Dark Khaki

📋 copy color: '#BFC26C'

red 191 ◦ green 194 ◦ blue 108

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

Shades of Dark Khaki #BFC26C

Tints of Dark Khaki #BFC26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.91%

R = 38.74%
G = 39.35%
B = 21.91%

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

#BFC26C (or 0xBFC26C) is known color: Dark Khaki. HEX triplet: BF, C2 and 6C. RGB value is (191,194,108). Sum of RGB (Red+Green+Blue) = 191+194+108=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC26C is #403D93. Grayscale: #B7B7B7. Windows color (decimal): -4210068 or 7127743. OLE color: 7127743.

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

Color convert

RGB 191 194 108 -
CMYK 0.02 0 0.44 0.24
HSL 62.09º 0.41% 0.59% -
HSV(B) 62.09º 0.44% 0.76% -
XYZ 43.48 50.74 21.69 -
YUV 183.3 85.51 133.49 -
System Red Green Blue C M Y K H S L
Decimal 191 194 108 0.02 0 0.44 0.24 62.09 0.41 0.59
Hex BF C2 6C 2 0 2C 18 3E 29 3B
Octal 277 302 154 2 0 54 30 76 51 73
Binary 10111111 11000010 1101100 10 0 101100 11000 111110 101001 111011

Color Harmonies of #BFC26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC26C

Black with #BFC26C

Text Example


Text Example

White with #BFC26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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