Html Css Color HEX #BBC18D Green Mist

📋 copy color: '#BBC18D'

red 187 ◦ green 193 ◦ blue 141

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

Shades of Green Mist #BBC18D

Tints of Green Mist #BBC18D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.06%

R = 35.89%
G = 37.04%
B = 27.06%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#BBC18D (or 0xBBC18D) is known color: Green Mist. HEX triplet: BB, C1 and 8D. RGB value is (187,193,141). Sum of RGB (Red+Green+Blue) = 187+193+141=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC18D is #443E72. Grayscale: #B9B9B9. Windows color (decimal): -4472435 or 9290171. OLE color: 9290171.

HSL color Cylindrical-coordinate representation of color #BBC18D: hue angle of 66.92º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBC18D is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 193 141 -
CMYK 0.03 0 0.27 0.24
HSL 66.92º 0.3% 0.65% -
HSV(B) 66.92º 0.27% 0.76% -
XYZ 44.37 50.63 32.63 -
YUV 185.28 103.01 129.23 -
System Red Green Blue C M Y K H S L
Decimal 187 193 141 0.03 0 0.27 0.24 66.92 0.3 0.65
Hex BB C1 8D 3 0 1B 18 43 1E 41
Octal 273 301 215 3 0 33 30 103 36 101
Binary 10111011 11000001 10001101 11 0 11011 11000 1000011 11110 1000001

Color Harmonies of #BBC18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC18D

Black with #BBC18D

Text Example


Text Example

White with #BBC18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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