Html Css Color HEX #BBD494 Sprout

📋 copy color: '#BBD494'

red 187 ◦ green 212 ◦ blue 148

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

Shades of Sprout #BBD494

Tints of Sprout #BBD494

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.76%

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

R = 34.19%
G = 38.76%
B = 27.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#BBD494 (or 0xBBD494) is known color: Sprout. HEX triplet: BB, D4 and 94. RGB value is (187,212,148). Sum of RGB (Red+Green+Blue) = 187+212+148=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD494 is #442B6B. Grayscale: #C5C5C5. Windows color (decimal): -4467564 or 9753787. OLE color: 9753787.

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

Color convert

RGB 187 212 148 -
CMYK 0.12 0 0.30 0.17
HSL 83.44º 0.43% 0.71% -
HSV(B) 83.44º 0.3% 0.83% -
XYZ 49.38 59.79 36.95 -
YUV 197.23 100.22 120.7 -
System Red Green Blue C M Y K H S L
Decimal 187 212 148 0.12 0 0.30 0.17 83.44 0.43 0.71
Hex BB D4 94 C 0 1E 11 53 2B 47
Octal 273 324 224 14 0 36 21 123 53 107
Binary 10111011 11010100 10010100 1100 0 11110 10001 1010011 101011 1000111

Color Harmonies of #BBD494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD494

Black with #BBD494

Text Example


Text Example

White with #BBD494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD494; }

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

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

background-color css

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

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

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

border-color css

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

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

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