Html Css Color HEX #BFC093 Green Mist

📋 copy color: '#BFC093'

red 191 ◦ green 192 ◦ blue 147

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

Shades of Green Mist #BFC093

Tints of Green Mist #BFC093

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.23%

 BLUE value IS 147 (57.81% from 255) = 27.74%

R = 36.04%
G = 36.23%
B = 27.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BFC093 (or 0xBFC093) is known color: Green Mist. HEX triplet: BF, C0 and 93. RGB value is (191,192,147). Sum of RGB (Red+Green+Blue) = 191+192+147=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC093 is #403F6C. Grayscale: #BABABA. Windows color (decimal): -4210541 or 9683135. OLE color: 9683135.

HSL color Cylindrical-coordinate representation of color #BFC093: hue angle of 61.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFC093 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 192 147 -
CMYK 0.01 0 0.23 0.25
HSL 61.33º 0.26% 0.66% -
HSV(B) 61.33º 0.23% 0.75% -
XYZ 45.6 50.88 35.02 -
YUV 186.57 105.67 131.16 -
System Red Green Blue C M Y K H S L
Decimal 191 192 147 0.01 0 0.23 0.25 61.33 0.26 0.66
Hex BF C0 93 1 0 17 19 3D 1A 42
Octal 277 300 223 1 0 27 31 75 32 102
Binary 10111111 11000000 10010011 1 0 10111 11001 111101 11010 1000010

Color Harmonies of #BFC093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC093

Black with #BFC093

Text Example


Text Example

White with #BFC093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC093; }

 p { color: rgb(191,192,147); }

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

background-color css

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

 a { background-color: rgb(191,192,147); }

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

border-color css

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

 span { border-color: rgb(191,192,147); }

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