Html Css Color HEX #B2D976 Feijoa

📋 copy color: '#B2D976'

red 178 ◦ green 217 ◦ blue 118

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

Shades of Feijoa #B2D976

Tints of Feijoa #B2D976

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.3%

 BLUE value IS 118 (46.48% from 255) = 23%

R = 34.7%
G = 42.3%
B = 23%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#B2D976 (or 0xB2D976) is known color: Feijoa. HEX triplet: B2, D9 and 76. RGB value is (178,217,118). Sum of RGB (Red+Green+Blue) = 178+217+118=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 118 (46.48% from 255 or 23.00% from 513); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D976 is #4D2689. Grayscale: #C2C2C2. Windows color (decimal): -5056138 or 7788978. OLE color: 7788978.

HSL color Cylindrical-coordinate representation of color #B2D976: hue angle of 83.64º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2D976 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 217 118 -
CMYK 0.18 0 0.46 0.15
HSL 83.64º 0.57% 0.66% -
HSV(B) 83.64º 0.46% 0.85% -
XYZ 46.44 60.4 26.35 -
YUV 194.05 85.08 116.55 -
System Red Green Blue C M Y K H S L
Decimal 178 217 118 0.18 0 0.46 0.15 83.64 0.57 0.66
Hex B2 D9 76 12 0 2E F 54 39 42
Octal 262 331 166 22 0 56 17 124 71 102
Binary 10110010 11011001 1110110 10010 0 101110 1111 1010100 111001 1000010

Color Harmonies of #B2D976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D976

Black with #B2D976

Text Example


Text Example

White with #B2D976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D976; }

 p { color: rgb(178,217,118); }

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

background-color css

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

 a { background-color: rgb(178,217,118); }

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

border-color css

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

 span { border-color: rgb(178,217,118); }

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