Html Css Color HEX #B2D681 Feijoa

📋 copy color: '#B2D681'

red 178 ◦ green 214 ◦ blue 129

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

Shades of Feijoa #B2D681

Tints of Feijoa #B2D681

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.07%

 BLUE value IS 129 (50.78% from 255) = 24.76%

R = 34.17%
G = 41.07%
B = 24.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#B2D681 (or 0xB2D681) is known color: Feijoa. HEX triplet: B2, D6 and 81. RGB value is (178,214,129). Sum of RGB (Red+Green+Blue) = 178+214+129=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 129 (50.78% from 255 or 24.76% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D681 is #4D297E. Grayscale: #C1C1C1. Windows color (decimal): -5056895 or 8509106. OLE color: 8509106.

HSL color Cylindrical-coordinate representation of color #B2D681: hue angle of 85.41º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2D681 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 214 129 -
CMYK 0.17 0 0.40 0.16
HSL 85.41º 0.51% 0.67% -
HSV(B) 85.41º 0.4% 0.84% -
XYZ 46.37 59.14 29.74 -
YUV 193.55 91.57 116.91 -
System Red Green Blue C M Y K H S L
Decimal 178 214 129 0.17 0 0.40 0.16 85.41 0.51 0.67
Hex B2 D6 81 11 0 28 10 55 33 43
Octal 262 326 201 21 0 50 20 125 63 103
Binary 10110010 11010110 10000001 10001 0 101000 10000 1010101 110011 1000011

Color Harmonies of #B2D681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D681

Black with #B2D681

Text Example


Text Example

White with #B2D681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D681; }

 p { color: rgb(178,214,129); }

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

background-color css

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

 a { background-color: rgb(178,214,129); }

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

border-color css

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

 span { border-color: rgb(178,214,129); }

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