Html Css Color HEX #B2DC7A Feijoa

📋 copy color: '#B2DC7A'

red 178 ◦ green 220 ◦ blue 122

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

Shades of Feijoa #B2DC7A

Tints of Feijoa #B2DC7A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.31%

 BLUE value IS 122 (48.05% from 255) = 23.46%

R = 34.23%
G = 42.31%
B = 23.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#B2DC7A (or 0xB2DC7A) is known color: Feijoa. HEX triplet: B2, DC and 7A. RGB value is (178,220,122). Sum of RGB (Red+Green+Blue) = 178+220+122=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DC7A is #4D2385. Grayscale: #C4C4C4. Windows color (decimal): -5055366 or 8051890. OLE color: 8051890.

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

Color convert

RGB 178 220 122 -
CMYK 0.19 0 0.45 0.14
HSL 85.71º 0.58% 0.67% -
HSV(B) 85.71º 0.45% 0.86% -
XYZ 47.47 62.06 27.89 -
YUV 196.27 86.09 114.97 -
System Red Green Blue C M Y K H S L
Decimal 178 220 122 0.19 0 0.45 0.14 85.71 0.58 0.67
Hex B2 DC 7A 13 0 2D E 56 3A 43
Octal 262 334 172 23 0 55 16 126 72 103
Binary 10110010 11011100 1111010 10011 0 101101 1110 1010110 111010 1000011

Color Harmonies of #B2DC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DC7A

Black with #B2DC7A

Text Example


Text Example

White with #B2DC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DC7A; }

 p { color: rgb(178,220,122); }

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

background-color css

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

 a { background-color: rgb(178,220,122); }

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

border-color css

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

 span { border-color: rgb(178,220,122); }

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