Html Css Color HEX #B0C89A Sprout

📋 copy color: '#B0C89A'

red 176 ◦ green 200 ◦ blue 154

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

Shades of Sprout #B0C89A

Tints of Sprout #B0C89A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.74%

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

R = 33.21%
G = 37.74%
B = 29.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#B0C89A (or 0xB0C89A) is known color: Sprout. HEX triplet: B0, C8 and 9A. RGB value is (176,200,154). Sum of RGB (Red+Green+Blue) = 176+200+154=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 154 (60.55% from 255 or 29.06% from 530); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C89A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C89A is #4F3765. Grayscale: #BBBBBB. Windows color (decimal): -5191526 or 10143920. OLE color: 10143920.

HSL color Cylindrical-coordinate representation of color #B0C89A: hue angle of 91.3º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0C89A is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 200 154 -
CMYK 0.12 0 0.23 0.22
HSL 91.3º 0.29% 0.69% -
HSV(B) 91.3º 0.23% 0.78% -
XYZ 44.39 52.87 38.44 -
YUV 187.58 109.05 119.74 -
System Red Green Blue C M Y K H S L
Decimal 176 200 154 0.12 0 0.23 0.22 91.3 0.29 0.69
Hex B0 C8 9A C 0 17 16 5B 1D 45
Octal 260 310 232 14 0 27 26 133 35 105
Binary 10110000 11001000 10011010 1100 0 10111 10110 1011011 11101 1000101

Color Harmonies of #B0C89A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C89A

Black with #B0C89A

Text Example


Text Example

White with #B0C89A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C89A; }

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

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

background-color css

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

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

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

border-color css

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

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

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