Html Css Color HEX #BBD98E Sprout

📋 copy color: '#BBD98E'

red 187 ◦ green 217 ◦ blue 142

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

Shades of Sprout #BBD98E

Tints of Sprout #BBD98E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.74%

 BLUE value IS 142 (55.86% from 255) = 26.01%

R = 34.25%
G = 39.74%
B = 26.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#BBD98E (or 0xBBD98E) is known color: Sprout. HEX triplet: BB, D9 and 8E. RGB value is (187,217,142). Sum of RGB (Red+Green+Blue) = 187+217+142=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD98E is #442671. Grayscale: #C7C7C7. Windows color (decimal): -4466290 or 9361851. OLE color: 9361851.

HSL color Cylindrical-coordinate representation of color #BBD98E: hue angle of 84º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBD98E is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 217 142 -
CMYK 0.14 0 0.35 0.15
HSL 84º 0.5% 0.7% -
HSV(B) 84º 0.35% 0.85% -
XYZ 50.19 62.14 34.94 -
YUV 199.48 95.56 119.1 -
System Red Green Blue C M Y K H S L
Decimal 187 217 142 0.14 0 0.35 0.15 84 0.5 0.7
Hex BB D9 8E E 0 23 F 54 32 46
Octal 273 331 216 16 0 43 17 124 62 106
Binary 10111011 11011001 10001110 1110 0 100011 1111 1010100 110010 1000110

Color Harmonies of #BBD98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD98E

Black with #BBD98E

Text Example


Text Example

White with #BBD98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD98E; }

 p { color: rgb(187,217,142); }

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

background-color css

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

 a { background-color: rgb(187,217,142); }

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

border-color css

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

 span { border-color: rgb(187,217,142); }

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