Html Css Color HEX #BFC390 Green Mist

📋 copy color: '#BFC390'

red 191 ◦ green 195 ◦ blue 144

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

Shades of Green Mist #BFC390

Tints of Green Mist #BFC390

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.79%

 BLUE value IS 144 (56.64% from 255) = 27.17%

R = 36.04%
G = 36.79%
B = 27.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#BFC390 (or 0xBFC390) is known color: Green Mist. HEX triplet: BF, C3 and 90. RGB value is (191,195,144). Sum of RGB (Red+Green+Blue) = 191+195+144=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC390 is #403C6F. Grayscale: #BCBCBC. Windows color (decimal): -4209776 or 9487295. OLE color: 9487295.

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

Color convert

RGB 191 195 144 -
CMYK 0.02 0 0.26 0.24
HSL 64.71º 0.3% 0.66% -
HSV(B) 64.71º 0.26% 0.76% -
XYZ 46.04 52.12 34.02 -
YUV 187.99 103.17 130.15 -
System Red Green Blue C M Y K H S L
Decimal 191 195 144 0.02 0 0.26 0.24 64.71 0.3 0.66
Hex BF C3 90 2 0 1A 18 41 1E 42
Octal 277 303 220 2 0 32 30 101 36 102
Binary 10111111 11000011 10010000 10 0 11010 11000 1000001 11110 1000010

Color Harmonies of #BFC390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC390

Black with #BFC390

Text Example


Text Example

White with #BFC390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC390; }

 p { color: rgb(191,195,144); }

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

background-color css

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

 a { background-color: rgb(191,195,144); }

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

border-color css

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

 span { border-color: rgb(191,195,144); }

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