Html Css Color HEX #BBC38B Green Mist

📋 copy color: '#BBC38B'

red 187 ◦ green 195 ◦ blue 139

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

Shades of Green Mist #BBC38B

Tints of Green Mist #BBC38B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.43%

 BLUE value IS 139 (54.69% from 255) = 26.68%

R = 35.89%
G = 37.43%
B = 26.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#BBC38B (or 0xBBC38B) is known color: Green Mist. HEX triplet: BB, C3 and 8B. RGB value is (187,195,139). Sum of RGB (Red+Green+Blue) = 187+195+139=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC38B is #443C74. Grayscale: #BABABA. Windows color (decimal): -4471925 or 9159611. OLE color: 9159611.

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

Color convert

RGB 187 195 139 -
CMYK 0.04 0 0.29 0.24
HSL 68.57º 0.32% 0.65% -
HSV(B) 68.57º 0.29% 0.76% -
XYZ 44.67 51.46 32 -
YUV 186.22 101.35 128.55 -
System Red Green Blue C M Y K H S L
Decimal 187 195 139 0.04 0 0.29 0.24 68.57 0.32 0.65
Hex BB C3 8B 4 0 1D 18 45 20 41
Octal 273 303 213 4 0 35 30 105 40 101
Binary 10111011 11000011 10001011 100 0 11101 11000 1000101 100000 1000001

Color Harmonies of #BBC38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC38B

Black with #BBC38B

Text Example


Text Example

White with #BBC38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC38B; }

 p { color: rgb(187,195,139); }

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

background-color css

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

 a { background-color: rgb(187,195,139); }

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

border-color css

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

 span { border-color: rgb(187,195,139); }

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