Html Css Color HEX #BBC88F Green Mist

📋 copy color: '#BBC88F'

red 187 ◦ green 200 ◦ blue 143

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

Shades of Green Mist #BBC88F

Tints of Green Mist #BBC88F

RGB

 RED value IS 187 (73.44% from 255) = 35.28%

 GREEN value IS 200 (78.52% from 255) = 37.74%

 BLUE value IS 143 (56.25% from 255) = 26.98%

R = 35.28%
G = 37.74%
B = 26.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#BBC88F (or 0xBBC88F) is known color: Green Mist. HEX triplet: BB, C8 and 8F. RGB value is (187,200,143). Sum of RGB (Red+Green+Blue) = 187+200+143=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 143 (56.25% from 255 or 26.98% from 530); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC88F is #443770. Grayscale: #BDBDBD. Windows color (decimal): -4470641 or 9423035. OLE color: 9423035.

HSL color Cylindrical-coordinate representation of color #BBC88F: hue angle of 73.68º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBC88F is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 200 143 -
CMYK 0.06 0 0.28 0.22
HSL 73.68º 0.34% 0.67% -
HSV(B) 73.68º 0.29% 0.78% -
XYZ 46.11 53.86 33.95 -
YUV 189.62 101.69 126.13 -
System Red Green Blue C M Y K H S L
Decimal 187 200 143 0.06 0 0.28 0.22 73.68 0.34 0.67
Hex BB C8 8F 6 0 1C 16 4A 22 43
Octal 273 310 217 6 0 34 26 112 42 103
Binary 10111011 11001000 10001111 110 0 11100 10110 1001010 100010 1000011

Color Harmonies of #BBC88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC88F

Black with #BBC88F

Text Example


Text Example

White with #BBC88F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC88F; }

 p { color: rgb(187,200,143); }

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

background-color css

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

 a { background-color: rgb(187,200,143); }

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

border-color css

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

 span { border-color: rgb(187,200,143); }

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