Html Css Color HEX #B0E08E Feijoa

📋 copy color: '#B0E08E'

red 176 ◦ green 224 ◦ blue 142

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

Shades of Feijoa #B0E08E

Tints of Feijoa #B0E08E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.33%

 BLUE value IS 142 (55.86% from 255) = 26.2%

R = 32.47%
G = 41.33%
B = 26.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#B0E08E (or 0xB0E08E) is known color: Feijoa. HEX triplet: B0, E0 and 8E. RGB value is (176,224,142). Sum of RGB (Red+Green+Blue) = 176+224+142=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E08E is #4F1F71. Grayscale: #C8C8C8. Windows color (decimal): -5185394 or 9363632. OLE color: 9363632.

HSL color Cylindrical-coordinate representation of color #B0E08E: hue angle of 95.12º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0E08E is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 224 142 -
CMYK 0.21 0 0.37 0.12
HSL 95.12º 0.57% 0.72% -
HSV(B) 95.12º 0.37% 0.88% -
XYZ 49.44 64.49 35.43 -
YUV 200.3 95.1 110.67 -
System Red Green Blue C M Y K H S L
Decimal 176 224 142 0.21 0 0.37 0.12 95.12 0.57 0.72
Hex B0 E0 8E 15 0 25 C 5F 39 48
Octal 260 340 216 25 0 45 14 137 71 110
Binary 10110000 11100000 10001110 10101 0 100101 1100 1011111 111001 1001000

Color Harmonies of #B0E08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E08E

Black with #B0E08E

Text Example


Text Example

White with #B0E08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E08E; }

 p { color: rgb(176,224,142); }

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

background-color css

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

 a { background-color: rgb(176,224,142); }

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

border-color css

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

 span { border-color: rgb(176,224,142); }

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