Html Css Color HEX #B2DB8F Feijoa

📋 copy color: '#B2DB8F'

red 178 ◦ green 219 ◦ blue 143

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

Shades of Feijoa #B2DB8F

Tints of Feijoa #B2DB8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.48%

R = 32.96%
G = 40.56%
B = 26.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#B2DB8F (or 0xB2DB8F) is known color: Feijoa. HEX triplet: B2, DB and 8F. RGB value is (178,219,143). Sum of RGB (Red+Green+Blue) = 178+219+143=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 143 (56.25% from 255 or 26.48% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DB8F is #4D2470. Grayscale: #C6C6C6. Windows color (decimal): -5055601 or 9427890. OLE color: 9427890.

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

Color convert

RGB 178 219 143 -
CMYK 0.19 0 0.35 0.14
HSL 92.37º 0.51% 0.71% -
HSV(B) 92.37º 0.35% 0.86% -
XYZ 48.65 62.11 35.41 -
YUV 198.08 96.92 113.68 -
System Red Green Blue C M Y K H S L
Decimal 178 219 143 0.19 0 0.35 0.14 92.37 0.51 0.71
Hex B2 DB 8F 13 0 23 E 5C 33 47
Octal 262 333 217 23 0 43 16 134 63 107
Binary 10110010 11011011 10001111 10011 0 100011 1110 1011100 110011 1000111

Color Harmonies of #B2DB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DB8F

Black with #B2DB8F

Text Example


Text Example

White with #B2DB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DB8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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