Html Css Color HEX #B2C98E Sprout

📋 copy color: '#B2C98E'

red 178 ◦ green 201 ◦ blue 142

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

Shades of Sprout #B2C98E

Tints of Sprout #B2C98E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.58%

 BLUE value IS 142 (55.86% from 255) = 27.26%

R = 34.17%
G = 38.58%
B = 27.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#B2C98E (or 0xB2C98E) is known color: Sprout. HEX triplet: B2, C9 and 8E. RGB value is (178,201,142). Sum of RGB (Red+Green+Blue) = 178+201+142=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C98E is #4D3671. Grayscale: #BBBBBB. Windows color (decimal): -5060210 or 9357746. OLE color: 9357746.

HSL color Cylindrical-coordinate representation of color #B2C98E: hue angle of 83.39º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2C98E is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 201 142 -
CMYK 0.11 0 0.29 0.21
HSL 83.39º 0.35% 0.67% -
HSV(B) 83.39º 0.29% 0.79% -
XYZ 44.13 53.19 33.53 -
YUV 187.4 102.38 121.3 -
System Red Green Blue C M Y K H S L
Decimal 178 201 142 0.11 0 0.29 0.21 83.39 0.35 0.67
Hex B2 C9 8E B 0 1D 15 53 23 43
Octal 262 311 216 13 0 35 25 123 43 103
Binary 10110010 11001001 10001110 1011 0 11101 10101 1010011 100011 1000011

Color Harmonies of #B2C98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C98E

Black with #B2C98E

Text Example


Text Example

White with #B2C98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C98E; }

 p { color: rgb(178,201,142); }

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

background-color css

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

 a { background-color: rgb(178,201,142); }

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

border-color css

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

 span { border-color: rgb(178,201,142); }

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