Html Css Color HEX #BBD893 Sprout

📋 copy color: '#BBD893'

red 187 ◦ green 216 ◦ blue 147

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

Shades of Sprout #BBD893

Tints of Sprout #BBD893

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.27%

 BLUE value IS 147 (57.81% from 255) = 26.73%

R = 34%
G = 39.27%
B = 26.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#BBD893 (or 0xBBD893) is known color: Sprout. HEX triplet: BB, D8 and 93. RGB value is (187,216,147). Sum of RGB (Red+Green+Blue) = 187+216+147=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 216 (84.77% from 255 or 39.27% from 550); Blue value is 147 (57.81% from 255 or 26.73% from 550); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD893 is #44276C. Grayscale: #C7C7C7. Windows color (decimal): -4466541 or 9689275. OLE color: 9689275.

HSL color Cylindrical-coordinate representation of color #BBD893: hue angle of 85.22º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBD893 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 216 147 -
CMYK 0.13 0 0.32 0.15
HSL 85.22º 0.47% 0.71% -
HSV(B) 85.22º 0.32% 0.85% -
XYZ 50.32 61.78 36.88 -
YUV 199.46 98.39 119.11 -
System Red Green Blue C M Y K H S L
Decimal 187 216 147 0.13 0 0.32 0.15 85.22 0.47 0.71
Hex BB D8 93 D 0 20 F 55 2F 47
Octal 273 330 223 15 0 40 17 125 57 107
Binary 10111011 11011000 10010011 1101 0 100000 1111 1010101 101111 1000111

Color Harmonies of #BBD893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD893

Black with #BBD893

Text Example


Text Example

White with #BBD893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD893; }

 p { color: rgb(187,216,147); }

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

background-color css

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

 a { background-color: rgb(187,216,147); }

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

border-color css

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

 span { border-color: rgb(187,216,147); }

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