Html Css Color HEX #BBC18F Green Mist

📋 copy color: '#BBC18F'

red 187 ◦ green 193 ◦ blue 143

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

Shades of Green Mist #BBC18F

Tints of Green Mist #BBC18F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.9%

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

R = 35.76%
G = 36.9%
B = 27.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#BBC18F (or 0xBBC18F) is known color: Green Mist. HEX triplet: BB, C1 and 8F. RGB value is (187,193,143). Sum of RGB (Red+Green+Blue) = 187+193+143=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC18F is #443E70. Grayscale: #B9B9B9. Windows color (decimal): -4472433 or 9421243. OLE color: 9421243.

HSL color Cylindrical-coordinate representation of color #BBC18F: hue angle of 67.2º degrees, saturation: 0.29, 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 #BBC18F is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 193 143 -
CMYK 0.03 0 0.26 0.24
HSL 67.2º 0.29% 0.66% -
HSV(B) 67.2º 0.26% 0.76% -
XYZ 44.52 50.69 33.42 -
YUV 185.51 104.01 129.07 -
System Red Green Blue C M Y K H S L
Decimal 187 193 143 0.03 0 0.26 0.24 67.2 0.29 0.66
Hex BB C1 8F 3 0 1A 18 43 1D 42
Octal 273 301 217 3 0 32 30 103 35 102
Binary 10111011 11000001 10001111 11 0 11010 11000 1000011 11101 1000010

Color Harmonies of #BBC18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC18F

Black with #BBC18F

Text Example


Text Example

White with #BBC18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC18F; }

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

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

background-color css

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

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

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

border-color css

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

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

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