Html Css Color HEX #B5C394 Sprout

📋 copy color: '#B5C394'

red 181 ◦ green 195 ◦ blue 148

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

Shades of Sprout #B5C394

Tints of Sprout #B5C394

RGB

 RED value IS 181 (71.09% from 255) = 34.54%

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

 BLUE value IS 148 (58.2% from 255) = 28.24%

R = 34.54%
G = 37.21%
B = 28.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#B5C394 (or 0xB5C394) is known color: Sprout. HEX triplet: B5, C3 and 94. RGB value is (181,195,148). Sum of RGB (Red+Green+Blue) = 181+195+148=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 195 (76.56% from 255 or 37.21% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C394 is #4A3C6B. Grayscale: #B9B9B9. Windows color (decimal): -4865132 or 9749429. OLE color: 9749429.

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

Color convert

RGB 181 195 148 -
CMYK 0.07 0 0.24 0.24
HSL 77.87º 0.28% 0.67% -
HSV(B) 77.87º 0.24% 0.76% -
XYZ 43.92 50.99 35.54 -
YUV 185.46 106.86 124.82 -
System Red Green Blue C M Y K H S L
Decimal 181 195 148 0.07 0 0.24 0.24 77.87 0.28 0.67
Hex B5 C3 94 7 0 18 18 4E 1C 43
Octal 265 303 224 7 0 30 30 116 34 103
Binary 10110101 11000011 10010100 111 0 11000 11000 1001110 11100 1000011

Color Harmonies of #B5C394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C394

Black with #B5C394

Text Example


Text Example

White with #B5C394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C394; }

 p { color: rgb(181,195,148); }

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

background-color css

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

 a { background-color: rgb(181,195,148); }

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

border-color css

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

 span { border-color: rgb(181,195,148); }

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