Html Css Color HEX #B2D590 Feijoa

📋 copy color: '#B2D590'

red 178 ◦ green 213 ◦ blue 144

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

Shades of Feijoa #B2D590

Tints of Feijoa #B2D590

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.81%

 BLUE value IS 144 (56.64% from 255) = 26.92%

R = 33.27%
G = 39.81%
B = 26.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#B2D590 (or 0xB2D590) is known color: Feijoa. HEX triplet: B2, D5 and 90. RGB value is (178,213,144). Sum of RGB (Red+Green+Blue) = 178+213+144=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 144 (56.64% from 255 or 26.92% from 535); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D590 is #4D2A6F. Grayscale: #C2C2C2. Windows color (decimal): -5057136 or 9491890. OLE color: 9491890.

HSL color Cylindrical-coordinate representation of color #B2D590: hue angle of 90.43º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2D590 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 213 144 -
CMYK 0.16 0 0.32 0.16
HSL 90.43º 0.45% 0.7% -
HSV(B) 90.43º 0.32% 0.84% -
XYZ 47.19 59.07 35.3 -
YUV 194.67 99.4 116.11 -
System Red Green Blue C M Y K H S L
Decimal 178 213 144 0.16 0 0.32 0.16 90.43 0.45 0.7
Hex B2 D5 90 10 0 20 10 5A 2D 46
Octal 262 325 220 20 0 40 20 132 55 106
Binary 10110010 11010101 10010000 10000 0 100000 10000 1011010 101101 1000110

Color Harmonies of #B2D590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D590

Black with #B2D590

Text Example


Text Example

White with #B2D590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D590; }

 p { color: rgb(178,213,144); }

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

background-color css

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

 a { background-color: rgb(178,213,144); }

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

border-color css

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

 span { border-color: rgb(178,213,144); }

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