Html Css Color HEX #B2D095 Sprout

📋 copy color: '#B2D095'

red 178 ◦ green 208 ◦ blue 149

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

Shades of Sprout #B2D095

Tints of Sprout #B2D095

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.88%

 BLUE value IS 149 (58.59% from 255) = 27.85%

R = 33.27%
G = 38.88%
B = 27.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#B2D095 (or 0xB2D095) is known color: Sprout. HEX triplet: B2, D0 and 95. RGB value is (178,208,149). Sum of RGB (Red+Green+Blue) = 178+208+149=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D095 is #4D2F6A. Grayscale: #C0C0C0. Windows color (decimal): -5058411 or 9818290. OLE color: 9818290.

HSL color Cylindrical-coordinate representation of color #B2D095: hue angle of 90.51º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2D095 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 208 149 -
CMYK 0.14 0 0.28 0.18
HSL 90.51º 0.39% 0.7% -
HSV(B) 90.51º 0.28% 0.82% -
XYZ 46.34 56.75 36.94 -
YUV 192.3 103.56 117.8 -
System Red Green Blue C M Y K H S L
Decimal 178 208 149 0.14 0 0.28 0.18 90.51 0.39 0.7
Hex B2 D0 95 E 0 1C 12 5B 27 46
Octal 262 320 225 16 0 34 22 133 47 106
Binary 10110010 11010000 10010101 1110 0 11100 10010 1011011 100111 1000110

Color Harmonies of #B2D095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D095

Black with #B2D095

Text Example


Text Example

White with #B2D095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D095; }

 p { color: rgb(178,208,149); }

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

background-color css

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

 a { background-color: rgb(178,208,149); }

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

border-color css

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

 span { border-color: rgb(178,208,149); }

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