Html Css Color HEX #B2E68A Feijoa

📋 copy color: '#B2E68A'

red 178 ◦ green 230 ◦ blue 138

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

Shades of Feijoa #B2E68A

Tints of Feijoa #B2E68A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.12%

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

R = 32.6%
G = 42.12%
B = 25.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#B2E68A (or 0xB2E68A) is known color: Feijoa. HEX triplet: B2, E6 and 8A. RGB value is (178,230,138). Sum of RGB (Red+Green+Blue) = 178+230+138=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 230 (90.23% from 255 or 42.12% from 546); Blue value is 138 (54.30% from 255 or 25.27% from 546); Max value from RGB is 230 - color contains mainly: green. Hex color #B2E68A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2E68A is #4D1975. Grayscale: #CCCCCC. Windows color (decimal): -5052790 or 9103026. OLE color: 9103026.

HSL color Cylindrical-coordinate representation of color #B2E68A: hue angle of 93.91º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2E68A is Cyan = 0.23, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB 178 230 138 -
CMYK 0.23 0 0.4 0.10
HSL 93.91º 0.65% 0.72% -
HSV(B) 93.91º 0.4% 0.9% -
XYZ 51.24 67.89 34.45 -
YUV 203.96 90.77 109.48 -
System Red Green Blue C M Y K H S L
Decimal 178 230 138 0.23 0 0.4 0.10 93.91 0.65 0.72
Hex B2 E6 8A 17 0 28 A 5E 41 48
Octal 262 346 212 27 0 50 12 136 101 110
Binary 10110010 11100110 10001010 10111 0 101000 1010 1011110 1000001 1001000

Color Harmonies of #B2E68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E68A

Black with #B2E68A

Text Example


Text Example

White with #B2E68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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