Html Css Color HEX #B0E693 Feijoa

📋 copy color: '#B0E693'

red 176 ◦ green 230 ◦ blue 147

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

Shades of Feijoa #B0E693

Tints of Feijoa #B0E693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.58%

R = 31.83%
G = 41.59%
B = 26.58%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#B0E693 (or 0xB0E693) is known color: Feijoa. HEX triplet: B0, E6 and 93. RGB value is (176,230,147). Sum of RGB (Red+Green+Blue) = 176+230+147=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 230 (90.23% from 255 or 41.59% from 553); Blue value is 147 (57.81% from 255 or 26.58% from 553); Max value from RGB is 230 - color contains mainly: green. Hex color #B0E693 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0E693 is #4F196C. Grayscale: #CCCCCC. Windows color (decimal): -5183853 or 9692848. OLE color: 9692848.

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

Color convert

RGB 176 230 147 -
CMYK 0.23 0 0.36 0.10
HSL 99.04º 0.62% 0.74% -
HSV(B) 99.04º 0.36% 0.9% -
XYZ 51.47 67.93 38 -
YUV 204.39 95.61 107.75 -
System Red Green Blue C M Y K H S L
Decimal 176 230 147 0.23 0 0.36 0.10 99.04 0.62 0.74
Hex B0 E6 93 17 0 24 A 63 3E 4A
Octal 260 346 223 27 0 44 12 143 76 112
Binary 10110000 11100110 10010011 10111 0 100100 1010 1100011 111110 1001010

Color Harmonies of #B0E693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E693

Black with #B0E693

Text Example


Text Example

White with #B0E693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E693; }

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

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

background-color css

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

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

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

border-color css

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

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

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