Html Css Color HEX #B2D484 Feijoa

📋 copy color: '#B2D484'

red 178 ◦ green 212 ◦ blue 132

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

Shades of Feijoa #B2D484

Tints of Feijoa #B2D484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.29%

R = 34.1%
G = 40.61%
B = 25.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#B2D484 (or 0xB2D484) is known color: Feijoa. HEX triplet: B2, D4 and 84. RGB value is (178,212,132). Sum of RGB (Red+Green+Blue) = 178+212+132=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 212 (83.20% from 255 or 40.61% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D484 is #4D2B7B. Grayscale: #C1C1C1. Windows color (decimal): -5057404 or 8705202. OLE color: 8705202.

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

Color convert

RGB 178 212 132 -
CMYK 0.16 0 0.38 0.17
HSL 85.5º 0.48% 0.67% -
HSV(B) 85.5º 0.38% 0.83% -
XYZ 46.07 58.22 30.64 -
YUV 192.71 93.74 117.5 -
System Red Green Blue C M Y K H S L
Decimal 178 212 132 0.16 0 0.38 0.17 85.5 0.48 0.67
Hex B2 D4 84 10 0 26 11 56 30 43
Octal 262 324 204 20 0 46 21 126 60 103
Binary 10110010 11010100 10000100 10000 0 100110 10001 1010110 110000 1000011

Color Harmonies of #B2D484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D484

Black with #B2D484

Text Example


Text Example

White with #B2D484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D484; }

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

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

background-color css

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

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

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

border-color css

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

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

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