Html Css Color HEX #B2C09F Sprout

📋 copy color: '#B2C09F'

red 178 ◦ green 192 ◦ blue 159

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

Shades of Sprout #B2C09F

Tints of Sprout #B2C09F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.06%

R = 33.65%
G = 36.29%
B = 30.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#B2C09F (or 0xB2C09F) is known color: Sprout. HEX triplet: B2, C0 and 9F. RGB value is (178,192,159). Sum of RGB (Red+Green+Blue) = 178+192+159=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C09F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C09F is #4D3F60. Grayscale: #B8B8B8. Windows color (decimal): -5062497 or 10469554. OLE color: 10469554.

HSL color Cylindrical-coordinate representation of color #B2C09F: hue angle of 85.45º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2C09F is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 192 159 -
CMYK 0.07 0 0.17 0.25
HSL 85.45º 0.21% 0.69% -
HSV(B) 85.45º 0.17% 0.75% -
XYZ 43.47 49.67 40.1 -
YUV 184.05 113.86 123.68 -
System Red Green Blue C M Y K H S L
Decimal 178 192 159 0.07 0 0.17 0.25 85.45 0.21 0.69
Hex B2 C0 9F 7 0 11 19 55 15 45
Octal 262 300 237 7 0 21 31 125 25 105
Binary 10110010 11000000 10011111 111 0 10001 11001 1010101 10101 1000101

Color Harmonies of #B2C09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C09F

Black with #B2C09F

Text Example


Text Example

White with #B2C09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C09F; }

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

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

background-color css

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

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

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

border-color css

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

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

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