Html Css Color HEX #B3C198 Sprout

📋 copy color: '#B3C198'

red 179 ◦ green 193 ◦ blue 152

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

Shades of Sprout #B3C198

Tints of Sprout #B3C198

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.83%

 BLUE value IS 152 (59.77% from 255) = 29.01%

R = 34.16%
G = 36.83%
B = 29.01%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#B3C198 (or 0xB3C198) is known color: Sprout. HEX triplet: B3, C1 and 98. RGB value is (179,193,152). Sum of RGB (Red+Green+Blue) = 179+193+152=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 152 (59.77% from 255 or 29.01% from 524); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C198 is #4C3E67. Grayscale: #B8B8B8. Windows color (decimal): -4996712 or 10011059. OLE color: 10011059.

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

Color convert

RGB 179 193 152 -
CMYK 0.07 0 0.21 0.24
HSL 80.49º 0.25% 0.68% -
HSV(B) 80.49º 0.21% 0.76% -
XYZ 43.33 49.99 37.07 -
YUV 184.14 109.86 124.33 -
System Red Green Blue C M Y K H S L
Decimal 179 193 152 0.07 0 0.21 0.24 80.49 0.25 0.68
Hex B3 C1 98 7 0 15 18 50 19 44
Octal 263 301 230 7 0 25 30 120 31 104
Binary 10110011 11000001 10011000 111 0 10101 11000 1010000 11001 1000100

Color Harmonies of #B3C198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C198

Black with #B3C198

Text Example


Text Example

White with #B3C198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C198; }

 p { color: rgb(179,193,152); }

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

background-color css

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

 a { background-color: rgb(179,193,152); }

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

border-color css

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

 span { border-color: rgb(179,193,152); }

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