Html Css Color HEX #B2DB7E Feijoa

📋 copy color: '#B2DB7E'

red 178 ◦ green 219 ◦ blue 126

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

Shades of Feijoa #B2DB7E

Tints of Feijoa #B2DB7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.09%

R = 34.03%
G = 41.87%
B = 24.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#B2DB7E (or 0xB2DB7E) is known color: Feijoa. HEX triplet: B2, DB and 7E. RGB value is (178,219,126). Sum of RGB (Red+Green+Blue) = 178+219+126=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 126 (49.61% from 255 or 24.09% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DB7E is #4D2481. Grayscale: #C4C4C4. Windows color (decimal): -5055618 or 8313778. OLE color: 8313778.

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

Color convert

RGB 178 219 126 -
CMYK 0.19 0 0.42 0.14
HSL 86.45º 0.56% 0.68% -
HSV(B) 86.45º 0.42% 0.86% -
XYZ 47.46 61.63 29.13 -
YUV 196.14 88.42 115.06 -
System Red Green Blue C M Y K H S L
Decimal 178 219 126 0.19 0 0.42 0.14 86.45 0.56 0.68
Hex B2 DB 7E 13 0 2A E 56 38 44
Octal 262 333 176 23 0 52 16 126 70 104
Binary 10110010 11011011 1111110 10011 0 101010 1110 1010110 111000 1000100

Color Harmonies of #B2DB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DB7E

Black with #B2DB7E

Text Example


Text Example

White with #B2DB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DB7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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