Html Css Color HEX #B3DA8C Feijoa

📋 copy color: '#B3DA8C'

red 179 ◦ green 218 ◦ blue 140

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

Shades of Feijoa #B3DA8C

Tints of Feijoa #B3DA8C

RGB

 RED value IS 179 (70.31% from 255) = 33.33%

 GREEN value IS 218 (85.55% from 255) = 40.6%

 BLUE value IS 140 (55.08% from 255) = 26.07%

R = 33.33%
G = 40.6%
B = 26.07%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#B3DA8C (or 0xB3DA8C) is known color: Feijoa. HEX triplet: B3, DA and 8C. RGB value is (179,218,140). Sum of RGB (Red+Green+Blue) = 179+218+140=537 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.33% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 140 (55.08% from 255 or 26.07% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #B3DA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3DA8C is #4C2573. Grayscale: #C5C5C5. Windows color (decimal): -4990324 or 9231027. OLE color: 9231027.

HSL color Cylindrical-coordinate representation of color #B3DA8C: hue angle of 90º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B3DA8C is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 218 140 -
CMYK 0.18 0 0.36 0.15
HSL 90º 0.51% 0.7% -
HSV(B) 90º 0.36% 0.85% -
XYZ 48.4 61.62 34.15 -
YUV 197.45 95.58 114.84 -
System Red Green Blue C M Y K H S L
Decimal 179 218 140 0.18 0 0.36 0.15 90 0.51 0.7
Hex B3 DA 8C 12 0 24 F 5A 33 46
Octal 263 332 214 22 0 44 17 132 63 106
Binary 10110011 11011010 10001100 10010 0 100100 1111 1011010 110011 1000110

Color Harmonies of #B3DA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DA8C

Black with #B3DA8C

Text Example


Text Example

White with #B3DA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DA8C; }

 p { color: rgb(179,218,140); }

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

background-color css

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

 a { background-color: rgb(179,218,140); }

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

border-color css

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

 span { border-color: rgb(179,218,140); }

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