Html Css Color HEX #BBC48F Green Mist

📋 copy color: '#BBC48F'

red 187 ◦ green 196 ◦ blue 143

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

Shades of Green Mist #BBC48F

Tints of Green Mist #BBC48F

RGB

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

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

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

R = 35.55%
G = 37.26%
B = 27.19%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#BBC48F (or 0xBBC48F) is known color: Green Mist. HEX triplet: BB, C4 and 8F. RGB value is (187,196,143). Sum of RGB (Red+Green+Blue) = 187+196+143=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC48F is #443B70. Grayscale: #BBBBBB. Windows color (decimal): -4471665 or 9422011. OLE color: 9422011.

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

Color convert

RGB 187 196 143 -
CMYK 0.05 0 0.27 0.23
HSL 70.19º 0.31% 0.66% -
HSV(B) 70.19º 0.27% 0.77% -
XYZ 45.19 52.03 33.65 -
YUV 187.27 103.02 127.81 -
System Red Green Blue C M Y K H S L
Decimal 187 196 143 0.05 0 0.27 0.23 70.19 0.31 0.66
Hex BB C4 8F 5 0 1B 17 46 1F 42
Octal 273 304 217 5 0 33 27 106 37 102
Binary 10111011 11000100 10001111 101 0 11011 10111 1000110 11111 1000010

Color Harmonies of #BBC48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC48F

Black with #BBC48F

Text Example


Text Example

White with #BBC48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC48F; }

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

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

background-color css

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

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

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

border-color css

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

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

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