Html Css Color HEX #BBD490 Sprout

📋 copy color: '#BBD490'

red 187 ◦ green 212 ◦ blue 144

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

Shades of Sprout #BBD490

Tints of Sprout #BBD490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.52%

R = 34.44%
G = 39.04%
B = 26.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#BBD490 (or 0xBBD490) is known color: Sprout. HEX triplet: BB, D4 and 90. RGB value is (187,212,144). Sum of RGB (Red+Green+Blue) = 187+212+144=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 212 (83.20% from 255 or 39.04% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD490 is #442B6F. Grayscale: #C5C5C5. Windows color (decimal): -4467568 or 9491643. OLE color: 9491643.

HSL color Cylindrical-coordinate representation of color #BBD490: hue angle of 82.06º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBD490 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 212 144 -
CMYK 0.12 0 0.32 0.17
HSL 82.06º 0.44% 0.7% -
HSV(B) 82.06º 0.32% 0.83% -
XYZ 49.07 59.67 35.32 -
YUV 196.77 98.22 121.03 -
System Red Green Blue C M Y K H S L
Decimal 187 212 144 0.12 0 0.32 0.17 82.06 0.44 0.7
Hex BB D4 90 C 0 20 11 52 2C 46
Octal 273 324 220 14 0 40 21 122 54 106
Binary 10111011 11010100 10010000 1100 0 100000 10001 1010010 101100 1000110

Color Harmonies of #BBD490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD490

Black with #BBD490

Text Example


Text Example

White with #BBD490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD490; }

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

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

background-color css

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

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

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

border-color css

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

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

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