Html Css Color HEX #B2DB82 Feijoa

📋 copy color: '#B2DB82'

red 178 ◦ green 219 ◦ blue 130

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

Shades of Feijoa #B2DB82

Tints of Feijoa #B2DB82

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.56%

 BLUE value IS 130 (51.17% from 255) = 24.67%

R = 33.78%
G = 41.56%
B = 24.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#B2DB82 (or 0xB2DB82) is known color: Feijoa. HEX triplet: B2, DB and 82. RGB value is (178,219,130). Sum of RGB (Red+Green+Blue) = 178+219+130=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 130 (51.17% from 255 or 24.67% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DB82 is #4D247D. Grayscale: #C4C4C4. Windows color (decimal): -5055614 or 8575922. OLE color: 8575922.

HSL color Cylindrical-coordinate representation of color #B2DB82: hue angle of 87.64º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2DB82 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 219 130 -
CMYK 0.19 0 0.41 0.14
HSL 87.64º 0.55% 0.68% -
HSV(B) 87.64º 0.41% 0.86% -
XYZ 47.72 61.74 30.52 -
YUV 196.6 90.42 114.74 -
System Red Green Blue C M Y K H S L
Decimal 178 219 130 0.19 0 0.41 0.14 87.64 0.55 0.68
Hex B2 DB 82 13 0 29 E 58 37 44
Octal 262 333 202 23 0 51 16 130 67 104
Binary 10110010 11011011 10000010 10011 0 101001 1110 1011000 110111 1000100

Color Harmonies of #B2DB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DB82

Black with #B2DB82

Text Example


Text Example

White with #B2DB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DB82; }

 p { color: rgb(178,219,130); }

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

background-color css

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

 a { background-color: rgb(178,219,130); }

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

border-color css

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

 span { border-color: rgb(178,219,130); }

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