Html Css Color HEX #BBD595 Sprout

📋 copy color: '#BBD595'

red 187 ◦ green 213 ◦ blue 149

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

Shades of Sprout #BBD595

Tints of Sprout #BBD595

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.8%

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

R = 34.06%
G = 38.8%
B = 27.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#BBD595 (or 0xBBD595) is known color: Sprout. HEX triplet: BB, D5 and 95. RGB value is (187,213,149). Sum of RGB (Red+Green+Blue) = 187+213+149=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 213 (83.59% from 255 or 38.80% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD595 is #442A6A. Grayscale: #C6C6C6. Windows color (decimal): -4467307 or 9819579. OLE color: 9819579.

HSL color Cylindrical-coordinate representation of color #BBD595: hue angle of 84.38º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBD595 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 213 149 -
CMYK 0.12 0 0.30 0.16
HSL 84.38º 0.43% 0.71% -
HSV(B) 84.38º 0.3% 0.84% -
XYZ 49.71 60.32 37.46 -
YUV 197.93 100.39 120.2 -
System Red Green Blue C M Y K H S L
Decimal 187 213 149 0.12 0 0.30 0.16 84.38 0.43 0.71
Hex BB D5 95 C 0 1E 10 54 2B 47
Octal 273 325 225 14 0 36 20 124 53 107
Binary 10111011 11010101 10010101 1100 0 11110 10000 1010100 101011 1000111

Color Harmonies of #BBD595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD595

Black with #BBD595

Text Example


Text Example

White with #BBD595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD595; }

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

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

background-color css

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

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

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

border-color css

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

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

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