Html Css Color HEX #BBD38B Sprout

📋 copy color: '#BBD38B'

red 187 ◦ green 211 ◦ blue 139

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

Shades of Sprout #BBD38B

Tints of Sprout #BBD38B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.29%

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

R = 34.82%
G = 39.29%
B = 25.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#BBD38B (or 0xBBD38B) is known color: Sprout. HEX triplet: BB, D3 and 8B. RGB value is (187,211,139). Sum of RGB (Red+Green+Blue) = 187+211+139=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 139 (54.69% from 255 or 25.88% from 537); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD38B is #442C74. Grayscale: #C3C3C3. Windows color (decimal): -4467829 or 9163707. OLE color: 9163707.

HSL color Cylindrical-coordinate representation of color #BBD38B: hue angle of 80º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBD38B is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 211 139 -
CMYK 0.11 0 0.34 0.17
HSL 80º 0.45% 0.69% -
HSV(B) 80º 0.34% 0.83% -
XYZ 48.45 59.02 33.26 -
YUV 195.62 96.05 121.85 -
System Red Green Blue C M Y K H S L
Decimal 187 211 139 0.11 0 0.34 0.17 80 0.45 0.69
Hex BB D3 8B B 0 22 11 50 2D 45
Octal 273 323 213 13 0 42 21 120 55 105
Binary 10111011 11010011 10001011 1011 0 100010 10001 1010000 101101 1000101

Color Harmonies of #BBD38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD38B

Black with #BBD38B

Text Example


Text Example

White with #BBD38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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