Html Css Color HEX #BFCC8C Green Mist

📋 copy color: '#BFCC8C'

red 191 ◦ green 204 ◦ blue 140

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

Shades of Green Mist #BFCC8C

Tints of Green Mist #BFCC8C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.13%

 BLUE value IS 140 (55.08% from 255) = 26.17%

R = 35.7%
G = 38.13%
B = 26.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#BFCC8C (or 0xBFCC8C) is known color: Green Mist. HEX triplet: BF, CC and 8C. RGB value is (191,204,140). Sum of RGB (Red+Green+Blue) = 191+204+140=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCC8C is #403373. Grayscale: #C1C1C1. Windows color (decimal): -4207476 or 9227455. OLE color: 9227455.

HSL color Cylindrical-coordinate representation of color #BFCC8C: hue angle of 72.19º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFCC8C is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 204 140 -
CMYK 0.06 0 0.31 0.2
HSL 72.19º 0.39% 0.67% -
HSV(B) 72.19º 0.31% 0.8% -
XYZ 47.81 56.16 33.13 -
YUV 192.82 98.19 126.7 -
System Red Green Blue C M Y K H S L
Decimal 191 204 140 0.06 0 0.31 0.2 72.19 0.39 0.67
Hex BF CC 8C 6 0 1F 14 48 27 43
Octal 277 314 214 6 0 37 24 110 47 103
Binary 10111111 11001100 10001100 110 0 11111 10100 1001000 100111 1000011

Color Harmonies of #BFCC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCC8C

Black with #BFCC8C

Text Example


Text Example

White with #BFCC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCC8C; }

 p { color: rgb(191,204,140); }

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

background-color css

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

 a { background-color: rgb(191,204,140); }

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

border-color css

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

 span { border-color: rgb(191,204,140); }

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