Html Css Color HEX #B4D88E Feijoa

📋 copy color: '#B4D88E'

red 180 ◦ green 216 ◦ blue 142

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

Shades of Feijoa #B4D88E

Tints of Feijoa #B4D88E

RGB

 RED value IS 180 (70.7% from 255) = 33.46%

 GREEN value IS 216 (84.77% from 255) = 40.15%

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

R = 33.46%
G = 40.15%
B = 26.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#B4D88E (or 0xB4D88E) is known color: Feijoa. HEX triplet: B4, D8 and 8E. RGB value is (180,216,142). Sum of RGB (Red+Green+Blue) = 180+216+142=538 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.46% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 216 - color contains mainly: green. Hex color #B4D88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D88E is #4B2771. Grayscale: #C5C5C5. Windows color (decimal): -4925298 or 9361588. OLE color: 9361588.

HSL color Cylindrical-coordinate representation of color #B4D88E: hue angle of 89.19º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4D88E is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 216 142 -
CMYK 0.17 0 0.34 0.15
HSL 89.19º 0.49% 0.7% -
HSV(B) 89.19º 0.34% 0.85% -
XYZ 48.26 60.77 34.78 -
YUV 196.8 97.07 116.02 -
System Red Green Blue C M Y K H S L
Decimal 180 216 142 0.17 0 0.34 0.15 89.19 0.49 0.7
Hex B4 D8 8E 11 0 22 F 59 31 46
Octal 264 330 216 21 0 42 17 131 61 106
Binary 10110100 11011000 10001110 10001 0 100010 1111 1011001 110001 1000110

Color Harmonies of #B4D88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D88E

Black with #B4D88E

Text Example


Text Example

White with #B4D88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D88E; }

 p { color: rgb(180,216,142); }

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

background-color css

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

 a { background-color: rgb(180,216,142); }

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

border-color css

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

 span { border-color: rgb(180,216,142); }

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