Html Css Color HEX #BBD18F Sprout

📋 copy color: '#BBD18F'

red 187 ◦ green 209 ◦ blue 143

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

Shades of Sprout #BBD18F

Tints of Sprout #BBD18F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.78%

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

R = 34.69%
G = 38.78%
B = 26.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#BBD18F (or 0xBBD18F) is known color: Sprout. HEX triplet: BB, D1 and 8F. RGB value is (187,209,143). Sum of RGB (Red+Green+Blue) = 187+209+143=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 209 (82.03% from 255 or 38.78% from 539); Blue value is 143 (56.25% from 255 or 26.53% from 539); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD18F is #442E70. Grayscale: #C3C3C3. Windows color (decimal): -4468337 or 9425339. OLE color: 9425339.

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

Color convert

RGB 187 209 143 -
CMYK 0.11 0 0.32 0.18
HSL 80º 0.42% 0.69% -
HSV(B) 80º 0.32% 0.82% -
XYZ 48.25 58.15 34.67 -
YUV 194.9 98.71 122.37 -
System Red Green Blue C M Y K H S L
Decimal 187 209 143 0.11 0 0.32 0.18 80 0.42 0.69
Hex BB D1 8F B 0 20 12 50 2A 45
Octal 273 321 217 13 0 40 22 120 52 105
Binary 10111011 11010001 10001111 1011 0 100000 10010 1010000 101010 1000101

Color Harmonies of #BBD18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD18F

Black with #BBD18F

Text Example


Text Example

White with #BBD18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD18F; }

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

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

background-color css

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

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

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

border-color css

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

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

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