Html Css Color HEX #B6D28F Sprout

📋 copy color: '#B6D28F'

red 182 ◦ green 210 ◦ blue 143

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

Shades of Sprout #B6D28F

Tints of Sprout #B6D28F

RGB

 RED value IS 182 (71.48% from 255) = 34.02%

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

 BLUE value IS 143 (56.25% from 255) = 26.73%

R = 34.02%
G = 39.25%
B = 26.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#B6D28F (or 0xB6D28F) is known color: Sprout. HEX triplet: B6, D2 and 8F. RGB value is (182,210,143). Sum of RGB (Red+Green+Blue) = 182+210+143=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 143 (56.25% from 255 or 26.73% from 535); Max value from RGB is 210 - color contains mainly: green. Hex color #B6D28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D28F is #492D70. Grayscale: #C2C2C2. Windows color (decimal): -4795761 or 9425590. OLE color: 9425590.

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

Color convert

RGB 182 210 143 -
CMYK 0.13 0 0.32 0.18
HSL 85.07º 0.43% 0.69% -
HSV(B) 85.07º 0.32% 0.82% -
XYZ 47.3 58.02 34.69 -
YUV 193.99 99.22 119.45 -
System Red Green Blue C M Y K H S L
Decimal 182 210 143 0.13 0 0.32 0.18 85.07 0.43 0.69
Hex B6 D2 8F D 0 20 12 55 2B 45
Octal 266 322 217 15 0 40 22 125 53 105
Binary 10110110 11010010 10001111 1101 0 100000 10010 1010101 101011 1000101

Color Harmonies of #B6D28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D28F

Black with #B6D28F

Text Example


Text Example

White with #B6D28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D28F; }

 p { color: rgb(182,210,143); }

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

background-color css

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

 a { background-color: rgb(182,210,143); }

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

border-color css

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

 span { border-color: rgb(182,210,143); }

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