Html Css Color HEX #BBC49B Green Mist

📋 copy color: '#BBC49B'

red 187 ◦ green 196 ◦ blue 155

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

Shades of Green Mist #BBC49B

Tints of Green Mist #BBC49B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.43%

 BLUE value IS 155 (60.94% from 255) = 28.81%

R = 34.76%
G = 36.43%
B = 28.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#BBC49B (or 0xBBC49B) is known color: Green Mist. HEX triplet: BB, C4 and 9B. RGB value is (187,196,155). Sum of RGB (Red+Green+Blue) = 187+196+155=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC49B is #443B64. Grayscale: #BCBCBC. Windows color (decimal): -4471653 or 10208443. OLE color: 10208443.

HSL color Cylindrical-coordinate representation of color #BBC49B: hue angle of 73.17º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBC49B is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 196 155 -
CMYK 0.05 0 0.21 0.23
HSL 73.17º 0.26% 0.69% -
HSV(B) 73.17º 0.21% 0.77% -
XYZ 46.15 52.41 38.69 -
YUV 188.64 109.02 126.83 -
System Red Green Blue C M Y K H S L
Decimal 187 196 155 0.05 0 0.21 0.23 73.17 0.26 0.69
Hex BB C4 9B 5 0 15 17 49 1A 45
Octal 273 304 233 5 0 25 27 111 32 105
Binary 10111011 11000100 10011011 101 0 10101 10111 1001001 11010 1000101

Color Harmonies of #BBC49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC49B

Black with #BBC49B

Text Example


Text Example

White with #BBC49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC49B; }

 p { color: rgb(187,196,155); }

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

background-color css

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

 a { background-color: rgb(187,196,155); }

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

border-color css

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

 span { border-color: rgb(187,196,155); }

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