Html Css Color HEX #B6D498 Sprout

📋 copy color: '#B6D498'

red 182 ◦ green 212 ◦ blue 152

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

Shades of Sprout #B6D498

Tints of Sprout #B6D498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.84%

R = 33.33%
G = 38.83%
B = 27.84%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#B6D498 (or 0xB6D498) is known color: Sprout. HEX triplet: B6, D4 and 98. RGB value is (182,212,152). Sum of RGB (Red+Green+Blue) = 182+212+152=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 152 (59.77% from 255 or 27.84% from 546); Max value from RGB is 212 - color contains mainly: green. Hex color #B6D498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D498 is #492B67. Grayscale: #C4C4C4. Windows color (decimal): -4795240 or 10015926. OLE color: 10015926.

HSL color Cylindrical-coordinate representation of color #B6D498: hue angle of 90º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6D498 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB 182 212 152 -
CMYK 0.14 0 0.28 0.17
HSL 90º 0.41% 0.71% -
HSV(B) 90º 0.28% 0.83% -
XYZ 48.5 59.3 38.6 -
YUV 196.19 103.06 117.88 -
System Red Green Blue C M Y K H S L
Decimal 182 212 152 0.14 0 0.28 0.17 90 0.41 0.71
Hex B6 D4 98 E 0 1C 11 5A 29 47
Octal 266 324 230 16 0 34 21 132 51 107
Binary 10110110 11010100 10011000 1110 0 11100 10001 1011010 101001 1000111

Color Harmonies of #B6D498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D498

Black with #B6D498

Text Example


Text Example

White with #B6D498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D498; }

 p { color: rgb(182,212,152); }

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

background-color css

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

 a { background-color: rgb(182,212,152); }

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

border-color css

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

 span { border-color: rgb(182,212,152); }

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