Html Css Color HEX #BBD395 Sprout

📋 copy color: '#BBD395'

red 187 ◦ green 211 ◦ blue 149

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

Shades of Sprout #BBD395

Tints of Sprout #BBD395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.24%

R = 34.19%
G = 38.57%
B = 27.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#BBD395 (or 0xBBD395) is known color: Sprout. HEX triplet: BB, D3 and 95. RGB value is (187,211,149). Sum of RGB (Red+Green+Blue) = 187+211+149=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 211 (82.81% from 255 or 38.57% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD395 is #442C6A. Grayscale: #C4C4C4. Windows color (decimal): -4467819 or 9819067. OLE color: 9819067.

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

Color convert

RGB 187 211 149 -
CMYK 0.11 0 0.29 0.17
HSL 83.23º 0.41% 0.71% -
HSV(B) 83.23º 0.29% 0.83% -
XYZ 49.21 59.32 37.29 -
YUV 196.76 101.05 121.04 -
System Red Green Blue C M Y K H S L
Decimal 187 211 149 0.11 0 0.29 0.17 83.23 0.41 0.71
Hex BB D3 95 B 0 1D 11 53 29 47
Octal 273 323 225 13 0 35 21 123 51 107
Binary 10111011 11010011 10010101 1011 0 11101 10001 1010011 101001 1000111

Color Harmonies of #BBD395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD395

Black with #BBD395

Text Example


Text Example

White with #BBD395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD395; }

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

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

background-color css

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

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

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

border-color css

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

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

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