Html Css Color HEX #B2DB8B Feijoa

📋 copy color: '#B2DB8B'

red 178 ◦ green 219 ◦ blue 139

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

Shades of Feijoa #B2DB8B

Tints of Feijoa #B2DB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.93%

R = 33.21%
G = 40.86%
B = 25.93%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#B2DB8B (or 0xB2DB8B) is known color: Feijoa. HEX triplet: B2, DB and 8B. RGB value is (178,219,139). Sum of RGB (Red+Green+Blue) = 178+219+139=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 139 (54.69% from 255 or 25.93% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DB8B is #4D2474. Grayscale: #C5C5C5. Windows color (decimal): -5055605 or 9165746. OLE color: 9165746.

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

Color convert

RGB 178 219 139 -
CMYK 0.19 0 0.37 0.14
HSL 90.75º 0.53% 0.7% -
HSV(B) 90.75º 0.37% 0.86% -
XYZ 48.35 61.99 33.84 -
YUV 197.62 94.92 114 -
System Red Green Blue C M Y K H S L
Decimal 178 219 139 0.19 0 0.37 0.14 90.75 0.53 0.7
Hex B2 DB 8B 13 0 25 E 5B 35 46
Octal 262 333 213 23 0 45 16 133 65 106
Binary 10110010 11011011 10001011 10011 0 100101 1110 1011011 110101 1000110

Color Harmonies of #B2DB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DB8B

Black with #B2DB8B

Text Example


Text Example

White with #B2DB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DB8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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