Html Css Color HEX #B2C392 Sprout

📋 copy color: '#B2C392'

red 178 ◦ green 195 ◦ blue 146

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

Shades of Sprout #B2C392

Tints of Sprout #B2C392

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.57%

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

R = 34.3%
G = 37.57%
B = 28.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#B2C392 (or 0xB2C392) is known color: Sprout. HEX triplet: B2, C3 and 92. RGB value is (178,195,146). Sum of RGB (Red+Green+Blue) = 178+195+146=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C392 is #4D3C6D. Grayscale: #B8B8B8. Windows color (decimal): -5061742 or 9618354. OLE color: 9618354.

HSL color Cylindrical-coordinate representation of color #B2C392: hue angle of 80.82º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2C392 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 195 146 -
CMYK 0.09 0 0.25 0.24
HSL 80.82º 0.29% 0.67% -
HSV(B) 80.82º 0.25% 0.76% -
XYZ 43.06 50.57 34.69 -
YUV 184.33 106.37 123.48 -
System Red Green Blue C M Y K H S L
Decimal 178 195 146 0.09 0 0.25 0.24 80.82 0.29 0.67
Hex B2 C3 92 9 0 19 18 51 1D 43
Octal 262 303 222 11 0 31 30 121 35 103
Binary 10110010 11000011 10010010 1001 0 11001 11000 1010001 11101 1000011

Color Harmonies of #B2C392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C392

Black with #B2C392

Text Example


Text Example

White with #B2C392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C392; }

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

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

background-color css

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

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

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

border-color css

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

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

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