Html Css Color HEX #B2DA92 Feijoa

📋 copy color: '#B2DA92'

red 178 ◦ green 218 ◦ blue 146

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

Shades of Feijoa #B2DA92

Tints of Feijoa #B2DA92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.94%

R = 32.84%
G = 40.22%
B = 26.94%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#B2DA92 (or 0xB2DA92) is known color: Feijoa. HEX triplet: B2, DA and 92. RGB value is (178,218,146). Sum of RGB (Red+Green+Blue) = 178+218+146=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 146 (57.42% from 255 or 26.94% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DA92 is #4D256D. Grayscale: #C6C6C6. Windows color (decimal): -5055854 or 9624242. OLE color: 9624242.

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

Color convert

RGB 178 218 146 -
CMYK 0.18 0 0.33 0.15
HSL 93.33º 0.49% 0.71% -
HSV(B) 93.33º 0.33% 0.85% -
XYZ 48.62 61.68 36.54 -
YUV 197.83 98.75 113.85 -
System Red Green Blue C M Y K H S L
Decimal 178 218 146 0.18 0 0.33 0.15 93.33 0.49 0.71
Hex B2 DA 92 12 0 21 F 5D 31 47
Octal 262 332 222 22 0 41 17 135 61 107
Binary 10110010 11011010 10010010 10010 0 100001 1111 1011101 110001 1000111

Color Harmonies of #B2DA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DA92

Black with #B2DA92

Text Example


Text Example

White with #B2DA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DA92; }

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

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

background-color css

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

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

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

border-color css

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

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

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