Html Css Color HEX #BFC794 Green Mist

📋 copy color: '#BFC794'

red 191 ◦ green 199 ◦ blue 148

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

Shades of Green Mist #BFC794

Tints of Green Mist #BFC794

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.99%

 BLUE value IS 148 (58.2% from 255) = 27.51%

R = 35.5%
G = 36.99%
B = 27.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#BFC794 (or 0xBFC794) is known color: Green Mist. HEX triplet: BF, C7 and 94. RGB value is (191,199,148). Sum of RGB (Red+Green+Blue) = 191+199+148=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 199 (78.12% from 255 or 36.99% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC794 is #40386B. Grayscale: #BEBEBE. Windows color (decimal): -4208748 or 9750463. OLE color: 9750463.

HSL color Cylindrical-coordinate representation of color #BFC794: hue angle of 69.41º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFC794 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 199 148 -
CMYK 0.04 0 0.26 0.22
HSL 69.41º 0.31% 0.68% -
HSV(B) 69.41º 0.26% 0.78% -
XYZ 47.25 54.06 35.96 -
YUV 190.79 103.85 128.15 -
System Red Green Blue C M Y K H S L
Decimal 191 199 148 0.04 0 0.26 0.22 69.41 0.31 0.68
Hex BF C7 94 4 0 1A 16 45 1F 44
Octal 277 307 224 4 0 32 26 105 37 104
Binary 10111111 11000111 10010100 100 0 11010 10110 1000101 11111 1000100

Color Harmonies of #BFC794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC794

Black with #BFC794

Text Example


Text Example

White with #BFC794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC794; }

 p { color: rgb(191,199,148); }

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

background-color css

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

 a { background-color: rgb(191,199,148); }

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

border-color css

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

 span { border-color: rgb(191,199,148); }

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