Html Css Color HEX #B5BEA2 Sprout

📋 copy color: '#B5BEA2'

red 181 ◦ green 190 ◦ blue 162

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

Shades of Sprout #B5BEA2

Tints of Sprout #B5BEA2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.65%

 BLUE value IS 162 (63.67% from 255) = 30.39%

R = 33.96%
G = 35.65%
B = 30.39%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#B5BEA2 (or 0xB5BEA2) is known color: Sprout. HEX triplet: B5, BE and A2. RGB value is (181,190,162). Sum of RGB (Red+Green+Blue) = 181+190+162=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 162 (63.67% from 255 or 30.39% from 533); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BEA2 is #4A415D. Grayscale: #B8B8B8. Windows color (decimal): -4866398 or 10665653. OLE color: 10665653.

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

Color convert

RGB 181 190 162 -
CMYK 0.05 0 0.15 0.25
HSL 79.29º 0.18% 0.69% -
HSV(B) 79.29º 0.15% 0.75% -
XYZ 43.99 49.26 41.37 -
YUV 184.12 115.52 125.78 -
System Red Green Blue C M Y K H S L
Decimal 181 190 162 0.05 0 0.15 0.25 79.29 0.18 0.69
Hex B5 BE A2 5 0 F 19 4F 12 45
Octal 265 276 242 5 0 17 31 117 22 105
Binary 10110101 10111110 10100010 101 0 1111 11001 1001111 10010 1000101

Color Harmonies of #B5BEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BEA2

Black with #B5BEA2

Text Example


Text Example

White with #B5BEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BEA2; }

 p { color: rgb(181,190,162); }

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

background-color css

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

 a { background-color: rgb(181,190,162); }

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

border-color css

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

 span { border-color: rgb(181,190,162); }

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