Html Css Color HEX #B0EC8C Feijoa

📋 copy color: '#B0EC8C'

red 176 ◦ green 236 ◦ blue 140

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

Shades of Feijoa #B0EC8C

Tints of Feijoa #B0EC8C

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.75%

 BLUE value IS 140 (55.08% from 255) = 25.36%

R = 31.88%
G = 42.75%
B = 25.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#B0EC8C (or 0xB0EC8C) is known color: Feijoa. HEX triplet: B0, EC and 8C. RGB value is (176,236,140). Sum of RGB (Red+Green+Blue) = 176+236+140=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 140 (55.08% from 255 or 25.36% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #B0EC8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EC8C is #4F1373. Grayscale: #CFCFCF. Windows color (decimal): -5182324 or 9235632. OLE color: 9235632.

HSL color Cylindrical-coordinate representation of color #B0EC8C: hue angle of 97.5º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0EC8C is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 236 140 -
CMYK 0.25 0 0.41 0.07
HSL 97.5º 0.72% 0.74% -
HSV(B) 97.5º 0.41% 0.93% -
XYZ 52.63 71.11 35.76 -
YUV 207.12 90.12 105.81 -
System Red Green Blue C M Y K H S L
Decimal 176 236 140 0.25 0 0.41 0.07 97.5 0.72 0.74
Hex B0 EC 8C 19 0 29 7 62 48 4A
Octal 260 354 214 31 0 51 7 142 110 112
Binary 10110000 11101100 10001100 11001 0 101001 111 1100010 1001000 1001010

Color Harmonies of #B0EC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EC8C

Black with #B0EC8C

Text Example


Text Example

White with #B0EC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EC8C; }

 p { color: rgb(176,236,140); }

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

background-color css

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

 a { background-color: rgb(176,236,140); }

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

border-color css

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

 span { border-color: rgb(176,236,140); }

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