Html Css Color HEX #B2C892 Sprout

📋 copy color: '#B2C892'

red 178 ◦ green 200 ◦ blue 146

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

Shades of Sprout #B2C892

Tints of Sprout #B2C892

RGB

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

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

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

R = 33.97%
G = 38.17%
B = 27.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#B2C892 (or 0xB2C892) is known color: Sprout. HEX triplet: B2, C8 and 92. RGB value is (178,200,146). Sum of RGB (Red+Green+Blue) = 178+200+146=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C892 is #4D376D. Grayscale: #BBBBBB. Windows color (decimal): -5060462 or 9619634. OLE color: 9619634.

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

Color convert

RGB 178 200 146 -
CMYK 0.11 0 0.27 0.22
HSL 84.44º 0.33% 0.68% -
HSV(B) 84.44º 0.27% 0.78% -
XYZ 44.2 52.85 35.07 -
YUV 187.27 104.71 121.39 -
System Red Green Blue C M Y K H S L
Decimal 178 200 146 0.11 0 0.27 0.22 84.44 0.33 0.68
Hex B2 C8 92 B 0 1B 16 54 21 44
Octal 262 310 222 13 0 33 26 124 41 104
Binary 10110010 11001000 10010010 1011 0 11011 10110 1010100 100001 1000100

Color Harmonies of #B2C892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C892

Black with #B2C892

Text Example


Text Example

White with #B2C892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C892; }

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

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

background-color css

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

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

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

border-color css

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

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

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