Html Css Color HEX #B0D985 Feijoa

📋 copy color: '#B0D985'

red 176 ◦ green 217 ◦ blue 133

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

Shades of Feijoa #B0D985

Tints of Feijoa #B0D985

RGB

 RED value IS 176 (69.14% from 255) = 33.46%

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

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

R = 33.46%
G = 41.25%
B = 25.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#B0D985 (or 0xB0D985) is known color: Feijoa. HEX triplet: B0, D9 and 85. RGB value is (176,217,133). Sum of RGB (Red+Green+Blue) = 176+217+133=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D985 is #4F267A. Grayscale: #C3C3C3. Windows color (decimal): -5187195 or 8772016. OLE color: 8772016.

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

Color convert

RGB 176 217 133 -
CMYK 0.19 0 0.39 0.15
HSL 89.29º 0.53% 0.69% -
HSV(B) 89.29º 0.39% 0.85% -
XYZ 46.95 60.55 31.4 -
YUV 195.17 92.92 114.33 -
System Red Green Blue C M Y K H S L
Decimal 176 217 133 0.19 0 0.39 0.15 89.29 0.53 0.69
Hex B0 D9 85 13 0 27 F 59 34 45
Octal 260 331 205 23 0 47 17 131 64 105
Binary 10110000 11011001 10000101 10011 0 100111 1111 1011001 110100 1000101

Color Harmonies of #B0D985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D985

Black with #B0D985

Text Example


Text Example

White with #B0D985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D985; }

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

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

background-color css

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

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

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

border-color css

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

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

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