Html Css Color HEX #BCBF99 Green Mist

📋 copy color: '#BCBF99'

red 188 ◦ green 191 ◦ blue 153

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

Shades of Green Mist #BCBF99

Tints of Green Mist #BCBF99

RGB

 RED value IS 188 (73.83% from 255) = 35.34%

 GREEN value IS 191 (75% from 255) = 35.9%

 BLUE value IS 153 (60.16% from 255) = 28.76%

R = 35.34%
G = 35.9%
B = 28.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BCBF99 (or 0xBCBF99) is known color: Green Mist. HEX triplet: BC, BF and 99. RGB value is (188,191,153). Sum of RGB (Red+Green+Blue) = 188+191+153=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBF99 is #434066. Grayscale: #B9B9B9. Windows color (decimal): -4407399 or 10076092. OLE color: 10076092.

HSL color Cylindrical-coordinate representation of color #BCBF99: hue angle of 64.74º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCBF99 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 191 153 -
CMYK 0.02 0 0.20 0.25
HSL 64.74º 0.23% 0.67% -
HSV(B) 64.74º 0.2% 0.75% -
XYZ 45.12 50.25 37.46 -
YUV 185.77 109.51 129.59 -
System Red Green Blue C M Y K H S L
Decimal 188 191 153 0.02 0 0.20 0.25 64.74 0.23 0.67
Hex BC BF 99 2 0 14 19 41 17 43
Octal 274 277 231 2 0 24 31 101 27 103
Binary 10111100 10111111 10011001 10 0 10100 11001 1000001 10111 1000011

Color Harmonies of #BCBF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBF99

Black with #BCBF99

Text Example


Text Example

White with #BCBF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBF99; }

 p { color: rgb(188,191,153); }

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

background-color css

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

 a { background-color: rgb(188,191,153); }

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

border-color css

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

 span { border-color: rgb(188,191,153); }

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