Html Css Color HEX #B3C09F Sprout

📋 copy color: '#B3C09F'

red 179 ◦ green 192 ◦ blue 159

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

Shades of Sprout #B3C09F

Tints of Sprout #B3C09F

RGB

 RED value IS 179 (70.31% from 255) = 33.77%

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

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

R = 33.77%
G = 36.23%
B = 30%

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

#B3C09F (or 0xB3C09F) is known color: Sprout. HEX triplet: B3, C0 and 9F. RGB value is (179,192,159). Sum of RGB (Red+Green+Blue) = 179+192+159=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C09F is #4C3F60. Grayscale: #B8B8B8. Windows color (decimal): -4996961 or 10469555. OLE color: 10469555.

HSL color Cylindrical-coordinate representation of color #B3C09F: hue angle of 83.64º 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 #B3C09F is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 192 159 -
CMYK 0.07 0 0.17 0.25
HSL 83.64º 0.21% 0.69% -
HSV(B) 83.64º 0.17% 0.75% -
XYZ 43.7 49.79 40.11 -
YUV 184.35 113.69 124.18 -
System Red Green Blue C M Y K H S L
Decimal 179 192 159 0.07 0 0.17 0.25 83.64 0.21 0.69
Hex B3 C0 9F 7 0 11 19 54 15 45
Octal 263 300 237 7 0 21 31 124 25 105
Binary 10110011 11000000 10011111 111 0 10001 11001 1010100 10101 1000101

Color Harmonies of #B3C09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C09F

Black with #B3C09F

Text Example


Text Example

White with #B3C09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C09F; }

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

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

background-color css

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

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

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

border-color css

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

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

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