Html Css Color HEX #B2D985 Feijoa

📋 copy color: '#B2D985'

red 178 ◦ green 217 ◦ blue 133

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

Shades of Feijoa #B2D985

Tints of Feijoa #B2D985

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.1%

 BLUE value IS 133 (52.34% from 255) = 25.19%

R = 33.71%
G = 41.1%
B = 25.19%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#B2D985 (or 0xB2D985) is known color: Feijoa. HEX triplet: B2, D9 and 85. RGB value is (178,217,133). Sum of RGB (Red+Green+Blue) = 178+217+133=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D985 is #4D267A. Grayscale: #C4C4C4. Windows color (decimal): -5056123 or 8772018. OLE color: 8772018.

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

Color convert

RGB 178 217 133 -
CMYK 0.18 0 0.39 0.15
HSL 87.86º 0.53% 0.69% -
HSV(B) 87.86º 0.39% 0.85% -
XYZ 47.41 60.78 31.42 -
YUV 195.76 92.58 115.33 -
System Red Green Blue C M Y K H S L
Decimal 178 217 133 0.18 0 0.39 0.15 87.86 0.53 0.69
Hex B2 D9 85 12 0 27 F 58 34 45
Octal 262 331 205 22 0 47 17 130 64 105
Binary 10110010 11011001 10000101 10010 0 100111 1111 1011000 110100 1000101

Color Harmonies of #B2D985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D985

Black with #B2D985

Text Example


Text Example

White with #B2D985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D985; }

 p { color: rgb(178,217,133); }

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

background-color css

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

 a { background-color: rgb(178,217,133); }

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

border-color css

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

 span { border-color: rgb(178,217,133); }

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