Html Css Color HEX #B2D18A Feijoa

📋 copy color: '#B2D18A'

red 178 ◦ green 209 ◦ blue 138

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

Shades of Feijoa #B2D18A

Tints of Feijoa #B2D18A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.81%

 BLUE value IS 138 (54.3% from 255) = 26.29%

R = 33.9%
G = 39.81%
B = 26.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#B2D18A (or 0xB2D18A) is known color: Feijoa. HEX triplet: B2, D1 and 8A. RGB value is (178,209,138). Sum of RGB (Red+Green+Blue) = 178+209+138=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D18A is #4D2E75. Grayscale: #BFBFBF. Windows color (decimal): -5058166 or 9097650. OLE color: 9097650.

HSL color Cylindrical-coordinate representation of color #B2D18A: hue angle of 86.2º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2D18A is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 209 138 -
CMYK 0.15 0 0.34 0.18
HSL 86.2º 0.44% 0.68% -
HSV(B) 86.2º 0.34% 0.82% -
XYZ 45.75 56.9 32.62 -
YUV 191.64 97.73 118.27 -
System Red Green Blue C M Y K H S L
Decimal 178 209 138 0.15 0 0.34 0.18 86.2 0.44 0.68
Hex B2 D1 8A F 0 22 12 56 2C 44
Octal 262 321 212 17 0 42 22 126 54 104
Binary 10110010 11010001 10001010 1111 0 100010 10010 1010110 101100 1000100

Color Harmonies of #B2D18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D18A

Black with #B2D18A

Text Example


Text Example

White with #B2D18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D18A; }

 p { color: rgb(178,209,138); }

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

background-color css

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

 a { background-color: rgb(178,209,138); }

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

border-color css

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

 span { border-color: rgb(178,209,138); }

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