Html Css Color HEX #B2DC93 Feijoa

📋 copy color: '#B2DC93'

red 178 ◦ green 220 ◦ blue 147

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

Shades of Feijoa #B2DC93

Tints of Feijoa #B2DC93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.97%

R = 32.66%
G = 40.37%
B = 26.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#B2DC93 (or 0xB2DC93) is known color: Feijoa. HEX triplet: B2, DC and 93. RGB value is (178,220,147). Sum of RGB (Red+Green+Blue) = 178+220+147=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 147 (57.81% from 255 or 26.97% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DC93 is #4D236C. Grayscale: #C7C7C7. Windows color (decimal): -5055341 or 9690290. OLE color: 9690290.

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

Color convert

RGB 178 220 147 -
CMYK 0.19 0 0.33 0.14
HSL 94.52º 0.51% 0.72% -
HSV(B) 94.52º 0.33% 0.86% -
XYZ 49.22 62.76 37.12 -
YUV 199.12 98.59 112.94 -
System Red Green Blue C M Y K H S L
Decimal 178 220 147 0.19 0 0.33 0.14 94.52 0.51 0.72
Hex B2 DC 93 13 0 21 E 5F 33 48
Octal 262 334 223 23 0 41 16 137 63 110
Binary 10110010 11011100 10010011 10011 0 100001 1110 1011111 110011 1001000

Color Harmonies of #B2DC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DC93

Black with #B2DC93

Text Example


Text Example

White with #B2DC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DC93; }

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

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

background-color css

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

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

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

border-color css

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

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

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