Html Css Color HEX #B8DD92 Sprout

📋 copy color: '#B8DD92'

red 184 ◦ green 221 ◦ blue 146

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

Shades of Sprout #B8DD92

Tints of Sprout #B8DD92

RGB

 RED value IS 184 (72.27% from 255) = 33.39%

 GREEN value IS 221 (86.72% from 255) = 40.11%

 BLUE value IS 146 (57.42% from 255) = 26.5%

R = 33.39%
G = 40.11%
B = 26.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#B8DD92 (or 0xB8DD92) is known color: Sprout. HEX triplet: B8, DD and 92. RGB value is (184,221,146). Sum of RGB (Red+Green+Blue) = 184+221+146=551 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.39% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 146 (57.42% from 255 or 26.50% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DD92 is #47226D. Grayscale: #C9C9C9. Windows color (decimal): -4661870 or 9625016. OLE color: 9625016.

HSL color Cylindrical-coordinate representation of color #B8DD92: hue angle of 89.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8DD92 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 221 146 -
CMYK 0.17 0 0.34 0.13
HSL 89.6º 0.52% 0.72% -
HSV(B) 89.6º 0.34% 0.87% -
XYZ 50.81 63.98 36.87 -
YUV 201.39 96.74 115.6 -
System Red Green Blue C M Y K H S L
Decimal 184 221 146 0.17 0 0.34 0.13 89.6 0.52 0.72
Hex B8 DD 92 11 0 22 D 5A 34 48
Octal 270 335 222 21 0 42 15 132 64 110
Binary 10111000 11011101 10010010 10001 0 100010 1101 1011010 110100 1001000

Color Harmonies of #B8DD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DD92

Black with #B8DD92

Text Example


Text Example

White with #B8DD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DD92; }

 p { color: rgb(184,221,146); }

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

background-color css

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

 a { background-color: rgb(184,221,146); }

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

border-color css

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

 span { border-color: rgb(184,221,146); }

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