Html Css Color HEX #B2C099 Sprout

📋 copy color: '#B2C099'

red 178 ◦ green 192 ◦ blue 153

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

Shades of Sprout #B2C099

Tints of Sprout #B2C099

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.71%

 BLUE value IS 153 (60.16% from 255) = 29.25%

R = 34.03%
G = 36.71%
B = 29.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#B2C099 (or 0xB2C099) is known color: Sprout. HEX triplet: B2, C0 and 99. RGB value is (178,192,153). Sum of RGB (Red+Green+Blue) = 178+192+153=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 153 (60.16% from 255 or 29.25% from 523); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C099 is #4D3F66. Grayscale: #B7B7B7. Windows color (decimal): -5062503 or 10076338. OLE color: 10076338.

HSL color Cylindrical-coordinate representation of color #B2C099: hue angle of 81.54º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2C099 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 192 153 -
CMYK 0.07 0 0.20 0.25
HSL 81.54º 0.24% 0.68% -
HSV(B) 81.54º 0.2% 0.75% -
XYZ 42.96 49.46 37.42 -
YUV 183.37 110.86 124.17 -
System Red Green Blue C M Y K H S L
Decimal 178 192 153 0.07 0 0.20 0.25 81.54 0.24 0.68
Hex B2 C0 99 7 0 14 19 52 18 44
Octal 262 300 231 7 0 24 31 122 30 104
Binary 10110010 11000000 10011001 111 0 10100 11001 1010010 11000 1000100

Color Harmonies of #B2C099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C099

Black with #B2C099

Text Example


Text Example

White with #B2C099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C099; }

 p { color: rgb(178,192,153); }

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

background-color css

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

 a { background-color: rgb(178,192,153); }

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

border-color css

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

 span { border-color: rgb(178,192,153); }

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