Html Css Color HEX #B2C89A Sprout

📋 copy color: '#B2C89A'

red 178 ◦ green 200 ◦ blue 154

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

Shades of Sprout #B2C89A

Tints of Sprout #B2C89A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.59%

 BLUE value IS 154 (60.55% from 255) = 28.95%

R = 33.46%
G = 37.59%
B = 28.95%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#B2C89A (or 0xB2C89A) is known color: Sprout. HEX triplet: B2, C8 and 9A. RGB value is (178,200,154). Sum of RGB (Red+Green+Blue) = 178+200+154=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 154 (60.55% from 255 or 28.95% from 532); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C89A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C89A is #4D3765. Grayscale: #BCBCBC. Windows color (decimal): -5060454 or 10143922. OLE color: 10143922.

HSL color Cylindrical-coordinate representation of color #B2C89A: hue angle of 88.7º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2C89A is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 200 154 -
CMYK 0.11 0 0.23 0.22
HSL 88.7º 0.29% 0.69% -
HSV(B) 88.7º 0.23% 0.78% -
XYZ 44.85 53.11 38.46 -
YUV 188.18 108.71 120.74 -
System Red Green Blue C M Y K H S L
Decimal 178 200 154 0.11 0 0.23 0.22 88.7 0.29 0.69
Hex B2 C8 9A B 0 17 16 59 1D 45
Octal 262 310 232 13 0 27 26 131 35 105
Binary 10110010 11001000 10011010 1011 0 10111 10110 1011001 11101 1000101

Color Harmonies of #B2C89A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C89A

Black with #B2C89A

Text Example


Text Example

White with #B2C89A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C89A; }

 p { color: rgb(178,200,154); }

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

background-color css

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

 a { background-color: rgb(178,200,154); }

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

border-color css

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

 span { border-color: rgb(178,200,154); }

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