Html Css Color HEX #BBD594 Sprout

📋 copy color: '#BBD594'

red 187 ◦ green 213 ◦ blue 148

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

Shades of Sprout #BBD594

Tints of Sprout #BBD594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.01%

R = 34.12%
G = 38.87%
B = 27.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#BBD594 (or 0xBBD594) is known color: Sprout. HEX triplet: BB, D5 and 94. RGB value is (187,213,148). Sum of RGB (Red+Green+Blue) = 187+213+148=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 213 (83.59% from 255 or 38.87% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD594 is #442A6B. Grayscale: #C6C6C6. Windows color (decimal): -4467308 or 9754043. OLE color: 9754043.

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

Color convert

RGB 187 213 148 -
CMYK 0.12 0 0.31 0.16
HSL 84º 0.44% 0.71% -
HSV(B) 84º 0.31% 0.84% -
XYZ 49.63 60.29 37.04 -
YUV 197.82 99.89 120.29 -
System Red Green Blue C M Y K H S L
Decimal 187 213 148 0.12 0 0.31 0.16 84 0.44 0.71
Hex BB D5 94 C 0 1F 10 54 2C 47
Octal 273 325 224 14 0 37 20 124 54 107
Binary 10111011 11010101 10010100 1100 0 11111 10000 1010100 101100 1000111

Color Harmonies of #BBD594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD594

Black with #BBD594

Text Example


Text Example

White with #BBD594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD594; }

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

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

background-color css

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

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

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

border-color css

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

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

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