Html Css Color HEX #BBD28A Sprout

📋 copy color: '#BBD28A'

red 187 ◦ green 210 ◦ blue 138

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

Shades of Sprout #BBD28A

Tints of Sprout #BBD28A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.25%

 BLUE value IS 138 (54.3% from 255) = 25.79%

R = 34.95%
G = 39.25%
B = 25.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#BBD28A (or 0xBBD28A) is known color: Sprout. HEX triplet: BB, D2 and 8A. RGB value is (187,210,138). Sum of RGB (Red+Green+Blue) = 187+210+138=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD28A is #442D75. Grayscale: #C3C3C3. Windows color (decimal): -4468086 or 9097915. OLE color: 9097915.

HSL color Cylindrical-coordinate representation of color #BBD28A: hue angle of 79.17º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBD28A is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 210 138 -
CMYK 0.11 0 0.34 0.18
HSL 79.17º 0.44% 0.68% -
HSV(B) 79.17º 0.34% 0.82% -
XYZ 48.13 58.49 32.8 -
YUV 194.92 95.88 122.35 -
System Red Green Blue C M Y K H S L
Decimal 187 210 138 0.11 0 0.34 0.18 79.17 0.44 0.68
Hex BB D2 8A B 0 22 12 4F 2C 44
Octal 273 322 212 13 0 42 22 117 54 104
Binary 10111011 11010010 10001010 1011 0 100010 10010 1001111 101100 1000100

Color Harmonies of #BBD28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD28A

Black with #BBD28A

Text Example


Text Example

White with #BBD28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD28A; }

 p { color: rgb(187,210,138); }

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

background-color css

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

 a { background-color: rgb(187,210,138); }

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

border-color css

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

 span { border-color: rgb(187,210,138); }

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