Html Css Color HEX #B0DA8C Feijoa

📋 copy color: '#B0DA8C'

red 176 ◦ green 218 ◦ blue 140

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

Shades of Feijoa #B0DA8C

Tints of Feijoa #B0DA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.22%

R = 32.96%
G = 40.82%
B = 26.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#B0DA8C (or 0xB0DA8C) is known color: Feijoa. HEX triplet: B0, DA and 8C. RGB value is (176,218,140). Sum of RGB (Red+Green+Blue) = 176+218+140=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 140 (55.08% from 255 or 26.22% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DA8C is #4F2573. Grayscale: #C4C4C4. Windows color (decimal): -5186932 or 9231024. OLE color: 9231024.

HSL color Cylindrical-coordinate representation of color #B0DA8C: hue angle of 92.31º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0DA8C is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 218 140 -
CMYK 0.19 0 0.36 0.15
HSL 92.31º 0.51% 0.7% -
HSV(B) 92.31º 0.36% 0.85% -
XYZ 47.71 61.27 34.12 -
YUV 196.55 96.09 113.34 -
System Red Green Blue C M Y K H S L
Decimal 176 218 140 0.19 0 0.36 0.15 92.31 0.51 0.7
Hex B0 DA 8C 13 0 24 F 5C 33 46
Octal 260 332 214 23 0 44 17 134 63 106
Binary 10110000 11011010 10001100 10011 0 100100 1111 1011100 110011 1000110

Color Harmonies of #B0DA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DA8C

Black with #B0DA8C

Text Example


Text Example

White with #B0DA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DA8C; }

 p { color: rgb(176,218,140); }

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

background-color css

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

 a { background-color: rgb(176,218,140); }

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

border-color css

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

 span { border-color: rgb(176,218,140); }

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