Html Css Color HEX #B2D48E Feijoa

📋 copy color: '#B2D48E'

red 178 ◦ green 212 ◦ blue 142

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

Shades of Feijoa #B2D48E

Tints of Feijoa #B2D48E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.85%

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

R = 33.46%
G = 39.85%
B = 26.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#B2D48E (or 0xB2D48E) is known color: Feijoa. HEX triplet: B2, D4 and 8E. RGB value is (178,212,142). Sum of RGB (Red+Green+Blue) = 178+212+142=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D48E is #4D2B71. Grayscale: #C2C2C2. Windows color (decimal): -5057394 or 9360562. OLE color: 9360562.

HSL color Cylindrical-coordinate representation of color #B2D48E: hue angle of 89.14º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2D48E is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 178 212 142 -
CMYK 0.16 0 0.33 0.17
HSL 89.14º 0.45% 0.69% -
HSV(B) 89.14º 0.33% 0.83% -
XYZ 46.79 58.5 34.42 -
YUV 193.85 98.74 116.69 -
System Red Green Blue C M Y K H S L
Decimal 178 212 142 0.16 0 0.33 0.17 89.14 0.45 0.69
Hex B2 D4 8E 10 0 21 11 59 2D 45
Octal 262 324 216 20 0 41 21 131 55 105
Binary 10110010 11010100 10001110 10000 0 100001 10001 1011001 101101 1000101

Color Harmonies of #B2D48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D48E

Black with #B2D48E

Text Example


Text Example

White with #B2D48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D48E; }

 p { color: rgb(178,212,142); }

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

background-color css

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

 a { background-color: rgb(178,212,142); }

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

border-color css

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

 span { border-color: rgb(178,212,142); }

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