Html Css Color HEX #B0D09A Sprout

📋 copy color: '#B0D09A'

red 176 ◦ green 208 ◦ blue 154

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

Shades of Sprout #B0D09A

Tints of Sprout #B0D09A

RGB

 RED value IS 176 (69.14% from 255) = 32.71%

 GREEN value IS 208 (81.64% from 255) = 38.66%

 BLUE value IS 154 (60.55% from 255) = 28.62%

R = 32.71%
G = 38.66%
B = 28.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#B0D09A (or 0xB0D09A) is known color: Sprout. HEX triplet: B0, D0 and 9A. RGB value is (176,208,154). Sum of RGB (Red+Green+Blue) = 176+208+154=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 154 (60.55% from 255 or 28.62% from 538); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D09A is #4F2F65. Grayscale: #C0C0C0. Windows color (decimal): -5189478 or 10145968. OLE color: 10145968.

HSL color Cylindrical-coordinate representation of color #B0D09A: hue angle of 95.56º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0D09A is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 208 154 -
CMYK 0.15 0 0.26 0.18
HSL 95.56º 0.36% 0.71% -
HSV(B) 95.56º 0.26% 0.82% -
XYZ 46.29 56.67 39.07 -
YUV 192.28 106.4 116.39 -
System Red Green Blue C M Y K H S L
Decimal 176 208 154 0.15 0 0.26 0.18 95.56 0.36 0.71
Hex B0 D0 9A F 0 1A 12 60 24 47
Octal 260 320 232 17 0 32 22 140 44 107
Binary 10110000 11010000 10011010 1111 0 11010 10010 1100000 100100 1000111

Color Harmonies of #B0D09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D09A

Black with #B0D09A

Text Example


Text Example

White with #B0D09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D09A; }

 p { color: rgb(176,208,154); }

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

background-color css

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

 a { background-color: rgb(176,208,154); }

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

border-color css

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

 span { border-color: rgb(176,208,154); }

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