Html Css Color HEX #B2D87E Feijoa

📋 copy color: '#B2D87E'

red 178 ◦ green 216 ◦ blue 126

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

Shades of Feijoa #B2D87E

Tints of Feijoa #B2D87E

RGB

 RED value IS 178 (69.92% from 255) = 34.23%

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

 BLUE value IS 126 (49.61% from 255) = 24.23%

R = 34.23%
G = 41.54%
B = 24.23%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#B2D87E (or 0xB2D87E) is known color: Feijoa. HEX triplet: B2, D8 and 7E. RGB value is (178,216,126). Sum of RGB (Red+Green+Blue) = 178+216+126=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 126 (49.61% from 255 or 24.23% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D87E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D87E is #4D2781. Grayscale: #C2C2C2. Windows color (decimal): -5056386 or 8313010. OLE color: 8313010.

HSL color Cylindrical-coordinate representation of color #B2D87E: hue angle of 85.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2D87E is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 216 126 -
CMYK 0.18 0 0.42 0.15
HSL 85.33º 0.54% 0.67% -
HSV(B) 85.33º 0.42% 0.85% -
XYZ 46.68 60.08 28.88 -
YUV 194.38 89.41 116.32 -
System Red Green Blue C M Y K H S L
Decimal 178 216 126 0.18 0 0.42 0.15 85.33 0.54 0.67
Hex B2 D8 7E 12 0 2A F 55 36 43
Octal 262 330 176 22 0 52 17 125 66 103
Binary 10110010 11011000 1111110 10010 0 101010 1111 1010101 110110 1000011

Color Harmonies of #B2D87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D87E

Black with #B2D87E

Text Example


Text Example

White with #B2D87E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D87E; }

 p { color: rgb(178,216,126); }

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

background-color css

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

 a { background-color: rgb(178,216,126); }

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

border-color css

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

 span { border-color: rgb(178,216,126); }

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