Html Css Color HEX #B2C89C Sprout

📋 copy color: '#B2C89C'

red 178 ◦ green 200 ◦ blue 156

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

Shades of Sprout #B2C89C

Tints of Sprout #B2C89C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.21%

R = 33.33%
G = 37.45%
B = 29.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#B2C89C (or 0xB2C89C) is known color: Sprout. HEX triplet: B2, C8 and 9C. RGB value is (178,200,156). Sum of RGB (Red+Green+Blue) = 178+200+156=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C89C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C89C is #4D3763. Grayscale: #BCBCBC. Windows color (decimal): -5060452 or 10274994. OLE color: 10274994.

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

Color convert

RGB 178 200 156 -
CMYK 0.11 0 0.22 0.22
HSL 90º 0.29% 0.7% -
HSV(B) 90º 0.22% 0.78% -
XYZ 45.02 53.17 39.34 -
YUV 188.41 109.71 120.58 -
System Red Green Blue C M Y K H S L
Decimal 178 200 156 0.11 0 0.22 0.22 90 0.29 0.7
Hex B2 C8 9C B 0 16 16 5A 1D 46
Octal 262 310 234 13 0 26 26 132 35 106
Binary 10110010 11001000 10011100 1011 0 10110 10110 1011010 11101 1000110

Color Harmonies of #B2C89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C89C

Black with #B2C89C

Text Example


Text Example

White with #B2C89C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C89C; }

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

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

background-color css

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

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

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

border-color css

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

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

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