Html Css Color HEX #B5C09E Sprout

📋 copy color: '#B5C09E'

red 181 ◦ green 192 ◦ blue 158

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

Shades of Sprout #B5C09E

Tints of Sprout #B5C09E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.76%

R = 34.09%
G = 36.16%
B = 29.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#B5C09E (or 0xB5C09E) is known color: Sprout. HEX triplet: B5, C0 and 9E. RGB value is (181,192,158). Sum of RGB (Red+Green+Blue) = 181+192+158=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C09E is #4A3F61. Grayscale: #B8B8B8. Windows color (decimal): -4865890 or 10404021. OLE color: 10404021.

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

Color convert

RGB 181 192 158 -
CMYK 0.06 0 0.18 0.25
HSL 79.41º 0.21% 0.69% -
HSV(B) 79.41º 0.18% 0.75% -
XYZ 44.08 49.99 39.67 -
YUV 184.84 112.86 125.26 -
System Red Green Blue C M Y K H S L
Decimal 181 192 158 0.06 0 0.18 0.25 79.41 0.21 0.69
Hex B5 C0 9E 6 0 12 19 4F 15 45
Octal 265 300 236 6 0 22 31 117 25 105
Binary 10110101 11000000 10011110 110 0 10010 11001 1001111 10101 1000101

Color Harmonies of #B5C09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C09E

Black with #B5C09E

Text Example


Text Example

White with #B5C09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C09E; }

 p { color: rgb(181,192,158); }

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

background-color css

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

 a { background-color: rgb(181,192,158); }

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

border-color css

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

 span { border-color: rgb(181,192,158); }

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