Html Css Color HEX #B0DF8F Feijoa

📋 copy color: '#B0DF8F'

red 176 ◦ green 223 ◦ blue 143

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

Shades of Feijoa #B0DF8F

Tints of Feijoa #B0DF8F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.14%

 BLUE value IS 143 (56.25% from 255) = 26.38%

R = 32.47%
G = 41.14%
B = 26.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#B0DF8F (or 0xB0DF8F) is known color: Feijoa. HEX triplet: B0, DF and 8F. RGB value is (176,223,143). Sum of RGB (Red+Green+Blue) = 176+223+143=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 143 (56.25% from 255 or 26.38% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DF8F is #4F2070. Grayscale: #C8C8C8. Windows color (decimal): -5185649 or 9428912. OLE color: 9428912.

HSL color Cylindrical-coordinate representation of color #B0DF8F: hue angle of 95.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0DF8F is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 223 143 -
CMYK 0.21 0 0.36 0.13
HSL 95.25º 0.56% 0.72% -
HSV(B) 95.25º 0.36% 0.87% -
XYZ 49.25 63.99 35.74 -
YUV 199.83 95.93 111 -
System Red Green Blue C M Y K H S L
Decimal 176 223 143 0.21 0 0.36 0.13 95.25 0.56 0.72
Hex B0 DF 8F 15 0 24 D 5F 38 48
Octal 260 337 217 25 0 44 15 137 70 110
Binary 10110000 11011111 10001111 10101 0 100100 1101 1011111 111000 1001000

Color Harmonies of #B0DF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DF8F

Black with #B0DF8F

Text Example


Text Example

White with #B0DF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DF8F; }

 p { color: rgb(176,223,143); }

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

background-color css

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

 a { background-color: rgb(176,223,143); }

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

border-color css

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

 span { border-color: rgb(176,223,143); }

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