Html Css Color HEX #BFC26B Dark Khaki

📋 copy color: '#BFC26B'

red 191 ◦ green 194 ◦ blue 107

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

Shades of Dark Khaki #BFC26B

Tints of Dark Khaki #BFC26B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.75%

R = 38.82%
G = 39.43%
B = 21.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#BFC26B (or 0xBFC26B) is known color: Dark Khaki. HEX triplet: BF, C2 and 6B. RGB value is (191,194,107). Sum of RGB (Red+Green+Blue) = 191+194+107=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC26B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC26B is #403D94. Grayscale: #B7B7B7. Windows color (decimal): -4210069 or 7062207. OLE color: 7062207.

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

Color convert

RGB 191 194 107 -
CMYK 0.02 0 0.45 0.24
HSL 62.07º 0.42% 0.59% -
HSV(B) 62.07º 0.45% 0.76% -
XYZ 43.43 50.72 21.41 -
YUV 183.19 85.01 133.57 -
System Red Green Blue C M Y K H S L
Decimal 191 194 107 0.02 0 0.45 0.24 62.07 0.42 0.59
Hex BF C2 6B 2 0 2D 18 3E 2A 3B
Octal 277 302 153 2 0 55 30 76 52 73
Binary 10111111 11000010 1101011 10 0 101101 11000 111110 101010 111011

Color Harmonies of #BFC26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC26B

Black with #BFC26B

Text Example


Text Example

White with #BFC26B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC26B; }

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

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

background-color css

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

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

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

border-color css

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

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

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