Html Css Color HEX #B0CE8B Sprout

📋 copy color: '#B0CE8B'

red 176 ◦ green 206 ◦ blue 139

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

Shades of Sprout #B0CE8B

Tints of Sprout #B0CE8B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.54%

 BLUE value IS 139 (54.69% from 255) = 26.68%

R = 33.78%
G = 39.54%
B = 26.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#B0CE8B (or 0xB0CE8B) is known color: Sprout. HEX triplet: B0, CE and 8B. RGB value is (176,206,139). Sum of RGB (Red+Green+Blue) = 176+206+139=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CE8B is #4F3174. Grayscale: #BDBDBD. Windows color (decimal): -5190005 or 9162416. OLE color: 9162416.

HSL color Cylindrical-coordinate representation of color #B0CE8B: hue angle of 86.87º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0CE8B is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 206 139 -
CMYK 0.15 0 0.33 0.19
HSL 86.87º 0.41% 0.68% -
HSV(B) 86.87º 0.33% 0.81% -
XYZ 44.64 55.24 32.74 -
YUV 189.39 99.56 118.45 -
System Red Green Blue C M Y K H S L
Decimal 176 206 139 0.15 0 0.33 0.19 86.87 0.41 0.68
Hex B0 CE 8B F 0 21 13 57 29 44
Octal 260 316 213 17 0 41 23 127 51 104
Binary 10110000 11001110 10001011 1111 0 100001 10011 1010111 101001 1000100

Color Harmonies of #B0CE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CE8B

Black with #B0CE8B

Text Example


Text Example

White with #B0CE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CE8B; }

 p { color: rgb(176,206,139); }

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

background-color css

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

 a { background-color: rgb(176,206,139); }

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

border-color css

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

 span { border-color: rgb(176,206,139); }

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