Html Css Color HEX #B2DB7A Feijoa

📋 copy color: '#B2DB7A'

red 178 ◦ green 219 ◦ blue 122

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

Shades of Feijoa #B2DB7A

Tints of Feijoa #B2DB7A

RGB

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

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

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

R = 34.3%
G = 42.2%
B = 23.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#B2DB7A (or 0xB2DB7A) is known color: Feijoa. HEX triplet: B2, DB and 7A. RGB value is (178,219,122). Sum of RGB (Red+Green+Blue) = 178+219+122=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DB7A is #4D2485. Grayscale: #C4C4C4. Windows color (decimal): -5055622 or 8051634. OLE color: 8051634.

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

Color convert

RGB 178 219 122 -
CMYK 0.19 0 0.44 0.14
HSL 85.36º 0.57% 0.67% -
HSV(B) 85.36º 0.44% 0.86% -
XYZ 47.2 61.53 27.8 -
YUV 195.68 86.42 115.39 -
System Red Green Blue C M Y K H S L
Decimal 178 219 122 0.19 0 0.44 0.14 85.36 0.57 0.67
Hex B2 DB 7A 13 0 2C E 55 39 43
Octal 262 333 172 23 0 54 16 125 71 103
Binary 10110010 11011011 1111010 10011 0 101100 1110 1010101 111001 1000011

Color Harmonies of #B2DB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DB7A

Black with #B2DB7A

Text Example


Text Example

White with #B2DB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DB7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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