Html Css Color HEX #B0E679 Feijoa

📋 copy color: '#B0E679'

red 176 ◦ green 230 ◦ blue 121

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

Shades of Feijoa #B0E679

Tints of Feijoa #B0E679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 22.96%

R = 33.4%
G = 43.64%
B = 22.96%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#B0E679 (or 0xB0E679) is known color: Feijoa. HEX triplet: B0, E6 and 79. RGB value is (176,230,121). Sum of RGB (Red+Green+Blue) = 176+230+121=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 230 (90.23% from 255 or 43.64% from 527); Blue value is 121 (47.66% from 255 or 22.96% from 527); Max value from RGB is 230 - color contains mainly: green. Hex color #B0E679 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0E679 is #4F1986. Grayscale: #C9C9C9. Windows color (decimal): -5183879 or 7988912. OLE color: 7988912.

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

Color convert

RGB 176 230 121 -
CMYK 0.23 0 0.47 0.10
HSL 89.72º 0.69% 0.69% -
HSV(B) 89.72º 0.47% 0.9% -
XYZ 49.65 67.2 28.44 -
YUV 201.43 82.61 109.86 -
System Red Green Blue C M Y K H S L
Decimal 176 230 121 0.23 0 0.47 0.10 89.72 0.69 0.69
Hex B0 E6 79 17 0 2F A 5A 45 45
Octal 260 346 171 27 0 57 12 132 105 105
Binary 10110000 11100110 1111001 10111 0 101111 1010 1011010 1000101 1000101

Color Harmonies of #B0E679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E679

Black with #B0E679

Text Example


Text Example

White with #B0E679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E679; }

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

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

background-color css

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

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

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

border-color css

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

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

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