Html Css Color HEX #B0DC94 Feijoa

📋 copy color: '#B0DC94'

red 176 ◦ green 220 ◦ blue 148

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

Shades of Feijoa #B0DC94

Tints of Feijoa #B0DC94

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.44%

 BLUE value IS 148 (58.2% from 255) = 27.21%

R = 32.35%
G = 40.44%
B = 27.21%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#B0DC94 (or 0xB0DC94) is known color: Feijoa. HEX triplet: B0, DC and 94. RGB value is (176,220,148). Sum of RGB (Red+Green+Blue) = 176+220+148=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 148 (58.20% from 255 or 27.21% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DC94 is #4F236B. Grayscale: #C6C6C6. Windows color (decimal): -5186412 or 9755824. OLE color: 9755824.

HSL color Cylindrical-coordinate representation of color #B0DC94: hue angle of 96.67º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0DC94 is Cyan = 0.2, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 220 148 -
CMYK 0.2 0 0.33 0.14
HSL 96.67º 0.51% 0.72% -
HSV(B) 96.67º 0.33% 0.86% -
XYZ 48.84 62.55 37.52 -
YUV 198.64 99.42 111.85 -
System Red Green Blue C M Y K H S L
Decimal 176 220 148 0.2 0 0.33 0.14 96.67 0.51 0.72
Hex B0 DC 94 14 0 21 E 61 33 48
Octal 260 334 224 24 0 41 16 141 63 110
Binary 10110000 11011100 10010100 10100 0 100001 1110 1100001 110011 1001000

Color Harmonies of #B0DC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DC94

Black with #B0DC94

Text Example


Text Example

White with #B0DC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DC94; }

 p { color: rgb(176,220,148); }

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

background-color css

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

 a { background-color: rgb(176,220,148); }

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

border-color css

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

 span { border-color: rgb(176,220,148); }

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