Html Css Color HEX #B2DA8C Feijoa

📋 copy color: '#B2DA8C'

red 178 ◦ green 218 ◦ blue 140

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

Shades of Feijoa #B2DA8C

Tints of Feijoa #B2DA8C

RGB

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

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

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

R = 33.21%
G = 40.67%
B = 26.12%

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

#B2DA8C (or 0xB2DA8C) is known color: Feijoa. HEX triplet: B2, DA and 8C. RGB value is (178,218,140). Sum of RGB (Red+Green+Blue) = 178+218+140=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DA8C is #4D2573. Grayscale: #C5C5C5. Windows color (decimal): -5055860 or 9231026. OLE color: 9231026.

HSL color Cylindrical-coordinate representation of color #B2DA8C: hue angle of 90.77º 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 #B2DA8C is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 218 140 -
CMYK 0.18 0 0.36 0.15
HSL 90.77º 0.51% 0.7% -
HSV(B) 90.77º 0.36% 0.85% -
XYZ 48.17 61.5 34.14 -
YUV 197.15 95.75 114.34 -
System Red Green Blue C M Y K H S L
Decimal 178 218 140 0.18 0 0.36 0.15 90.77 0.51 0.7
Hex B2 DA 8C 12 0 24 F 5B 33 46
Octal 262 332 214 22 0 44 17 133 63 106
Binary 10110010 11011010 10001100 10010 0 100100 1111 1011011 110011 1000110

Color Harmonies of #B2DA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DA8C

Black with #B2DA8C

Text Example


Text Example

White with #B2DA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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