Html Css Color HEX #BFC69D Green Mist

📋 copy color: '#BFC69D'

red 191 ◦ green 198 ◦ blue 157

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

Shades of Green Mist #BFC69D

Tints of Green Mist #BFC69D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.26%

 BLUE value IS 157 (61.72% from 255) = 28.75%

R = 34.98%
G = 36.26%
B = 28.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#BFC69D (or 0xBFC69D) is known color: Green Mist. HEX triplet: BF, C6 and 9D. RGB value is (191,198,157). Sum of RGB (Red+Green+Blue) = 191+198+157=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 157 (61.72% from 255 or 28.75% from 546); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC69D is #403962. Grayscale: #BFBFBF. Windows color (decimal): -4208995 or 10340031. OLE color: 10340031.

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

Color convert

RGB 191 198 157 -
CMYK 0.04 0 0.21 0.22
HSL 70.24º 0.26% 0.7% -
HSV(B) 70.24º 0.21% 0.78% -
XYZ 47.77 53.9 39.78 -
YUV 191.23 108.68 127.83 -
System Red Green Blue C M Y K H S L
Decimal 191 198 157 0.04 0 0.21 0.22 70.24 0.26 0.7
Hex BF C6 9D 4 0 15 16 46 1A 46
Octal 277 306 235 4 0 25 26 106 32 106
Binary 10111111 11000110 10011101 100 0 10101 10110 1000110 11010 1000110

Color Harmonies of #BFC69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC69D

Black with #BFC69D

Text Example


Text Example

White with #BFC69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC69D; }

 p { color: rgb(191,198,157); }

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

background-color css

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

 a { background-color: rgb(191,198,157); }

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

border-color css

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

 span { border-color: rgb(191,198,157); }

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