Html Css Color HEX #B0E68B Feijoa

📋 copy color: '#B0E68B'

red 176 ◦ green 230 ◦ blue 139

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

Shades of Feijoa #B0E68B

Tints of Feijoa #B0E68B

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.2%

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

R = 32.29%
G = 42.2%
B = 25.5%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#B0E68B (or 0xB0E68B) is known color: Feijoa. HEX triplet: B0, E6 and 8B. RGB value is (176,230,139). Sum of RGB (Red+Green+Blue) = 176+230+139=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 230 - color contains mainly: green. Hex color #B0E68B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0E68B is #4F1974. Grayscale: #CBCBCB. Windows color (decimal): -5183861 or 9168560. OLE color: 9168560.

HSL color Cylindrical-coordinate representation of color #B0E68B: hue angle of 95.6º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0E68B is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 176 230 139 -
CMYK 0.23 0 0.40 0.10
HSL 95.6º 0.65% 0.72% -
HSV(B) 95.6º 0.4% 0.9% -
XYZ 50.86 67.69 34.81 -
YUV 203.48 91.61 108.4 -
System Red Green Blue C M Y K H S L
Decimal 176 230 139 0.23 0 0.40 0.10 95.6 0.65 0.72
Hex B0 E6 8B 17 0 28 A 60 41 48
Octal 260 346 213 27 0 50 12 140 101 110
Binary 10110000 11100110 10001011 10111 0 101000 1010 1100000 1000001 1001000

Color Harmonies of #B0E68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E68B

Black with #B0E68B

Text Example


Text Example

White with #B0E68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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