Html Css Color HEX #B2D28D Sprout

📋 copy color: '#B2D28D'

red 178 ◦ green 210 ◦ blue 141

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

Shades of Sprout #B2D28D

Tints of Sprout #B2D28D

RGB

 RED value IS 178 (69.92% from 255) = 33.65%

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

 BLUE value IS 141 (55.47% from 255) = 26.65%

R = 33.65%
G = 39.7%
B = 26.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#B2D28D (or 0xB2D28D) is known color: Sprout. HEX triplet: B2, D2 and 8D. RGB value is (178,210,141). Sum of RGB (Red+Green+Blue) = 178+210+141=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D28D is #4D2D72. Grayscale: #C0C0C0. Windows color (decimal): -5057907 or 9294514. OLE color: 9294514.

HSL color Cylindrical-coordinate representation of color #B2D28D: hue angle of 87.83º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2D28D is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 210 141 -
CMYK 0.15 0 0.33 0.18
HSL 87.83º 0.43% 0.69% -
HSV(B) 87.83º 0.33% 0.82% -
XYZ 46.21 57.48 33.86 -
YUV 192.57 98.9 117.61 -
System Red Green Blue C M Y K H S L
Decimal 178 210 141 0.15 0 0.33 0.18 87.83 0.43 0.69
Hex B2 D2 8D F 0 21 12 58 2B 45
Octal 262 322 215 17 0 41 22 130 53 105
Binary 10110010 11010010 10001101 1111 0 100001 10010 1011000 101011 1000101

Color Harmonies of #B2D28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D28D

Black with #B2D28D

Text Example


Text Example

White with #B2D28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D28D; }

 p { color: rgb(178,210,141); }

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

background-color css

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

 a { background-color: rgb(178,210,141); }

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

border-color css

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

 span { border-color: rgb(178,210,141); }

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