Html Css Color HEX #B2D28A Feijoa

📋 copy color: '#B2D28A'

red 178 ◦ green 210 ◦ blue 138

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

Shades of Feijoa #B2D28A

Tints of Feijoa #B2D28A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.92%

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

R = 33.84%
G = 39.92%
B = 26.24%

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

#B2D28A (or 0xB2D28A) is known color: Feijoa. HEX triplet: B2, D2 and 8A. RGB value is (178,210,138). Sum of RGB (Red+Green+Blue) = 178+210+138=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D28A is #4D2D75. Grayscale: #C0C0C0. Windows color (decimal): -5057910 or 9097906. OLE color: 9097906.

HSL color Cylindrical-coordinate representation of color #B2D28A: hue angle of 86.67º 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 #B2D28A is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 210 138 -
CMYK 0.15 0 0.34 0.18
HSL 86.67º 0.44% 0.68% -
HSV(B) 86.67º 0.34% 0.82% -
XYZ 45.99 57.39 32.7 -
YUV 192.22 97.4 117.85 -
System Red Green Blue C M Y K H S L
Decimal 178 210 138 0.15 0 0.34 0.18 86.67 0.44 0.68
Hex B2 D2 8A F 0 22 12 57 2C 44
Octal 262 322 212 17 0 42 22 127 54 104
Binary 10110010 11010010 10001010 1111 0 100010 10010 1010111 101100 1000100

Color Harmonies of #B2D28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D28A

Black with #B2D28A

Text Example


Text Example

White with #B2D28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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